Introduction to Pharmacokinetic/ Pharmacodynamic Modeling: Concepts and Methods. Alan Hartford Agensys, Inc. An Affiliate of Astellas Pharma Inc

Size: px
Start display at page:

Download "Introduction to Pharmacokinetic/ Pharmacodynamic Modeling: Concepts and Methods. Alan Hartford Agensys, Inc. An Affiliate of Astellas Pharma Inc"

Transcription

1 Introduction to Pharmacokinetic/ Pharmacodynamic Modeling: Concepts and Methods Alan Hartford Agensys, Inc. An Affiliate of Astellas Pharma Inc

2 Outline Introduction to Pharmacokinetics Compartmental Modeling Maximum Likelihood Methodology Pharmacodynamic Models Relevance of NONMEM (A few examples fitting nonlinear mixed models with R included through-out as time allows) 2

3 Introduction Pharmacokinetics is the study of what a body does with a dose of a drug kinetics = motion Absorbs, Distributes, Metabolizes, Excretes Pharmacodynamics is the study of what the drug does to the body dynamics = change 3

4 Pharmacokinetics Endpoints AUC, Cmax, Tmax, half-life (terminal), C_trough, Clearance, Volume The effect of the drug is assumed to be related to some measure of exposure. (AUC, Cmax, C_trough) 4

5 PK/PD Modeling Procedure: Estimate exposure and examine correlation between exposure and PD or other endpoints (including AE rates) Use mechanistic models Purpose: Estimate therapeutic window Dose selection Aids in identifying mechanism of action Model probability of AE as function of exposure (and covariates) 5

6 Concentration of Drug as a Function of Time Model for Extra-vascular Absorption C max Concentration AUC T max Time 6 Figure 2

7 Observed or Predicted PK? Are you able to measure PK? Concentration in blood is a biomarker for concentration at site of action PK parameters are not directly measured While you can measure C_trough in blood directly, you can t measure Clearance and Volume 7

8 The Nonlinear Mixed Effects Model Pharmacokineticists use the term population model when the model involves random effects. 8

9 Compartmental Modeling A person s body is modeled with a system of differential equations, one for each compartment If each equation represents a specific organ or set of organs with similar perfusion rates, then called Physiologically Based PK (PBPK) modeling. The mean function f is a solution of this system of differential equations. Each equation in the system describes the flow of drug into and out of a specific compartment. 9

10 First-Order 1-Compartment Model (Intravenous injection) Input Central V c Elimination k 10 Solution: 10

11 Choice of Parameterization For making distribution assumptions for parameters, it is more physiologically relevant to assume that systemic clearance a random effect instead of elimination rate. Because clearance and volume are assumed to be independent, this reduces the number of parameters in the covariance matrix. 11

12 First-Order 1-Compartment Model (Intravenous injection) Parameterized with Clearance Input Central V c Another parameterization for the solution uses Clearance = Cl = k 10 V c Elimination Clearance = Volume of drug eliminated per unit time k 10 Solution: 12

13 First-Order 1-Compartment Model (Extravascular Administration) Input k a Absorption depot: Central Central compartment: V c Elimination k 10 Solution: F = Bioavailability 13 (i.e., amount absorbed)

14 First-Order 1-Compartment Model (Extravascular Administration) Parameterized with Clearance Input k a Central V c Solution: Elimination k 10 F = Bioavailability 14 (i.e., amount absorbed)

15 Parameterization k a, k 10, V Micro constant k a, Cl, V Macro constant Note that usually F, V, and Cl are not estimable (unless you perform studies with both IV and extravascular administration) Instead, apparent V (V/F) and apparent Cl (Cl/F) are estimated when only extravascular data are available 15

16 Technical Considerations Outline General form of NLME Parameterization Error Models Model fitting (Approximate) Maximum Likelihood Fitting Algorithms 16

17 The Nonlinear Mixed Effects Model Pharmacokineticists use the term population model when the model involves random effects. 17

18 For simplification at this stage, assume and 18

19 Error Models Error models used for PK modeling: Additive error Proportional error Additive and Proportional error Exponential error 19

20 Distribution of Error In each case, the errors are assumed to be normally distributed with mean 0 In PK literature, the variance is assumed to be constant (σ 2 ) Heteroscedastic variance is modeled, by pharmacokineticists, using the proportional error term Statisticians, in general, use the approach with additive error model assuming a variance function R(θ) where θ is an m x 1 vector which can incorporate β, D and other parameters, e.g., R(θ)=σ 2 [f(β)] 2, θ=[σ, β Τ ] Τ 20

21 For the 1-compartment model parameterized with Cl, V, ka Input k a Central V c Elimination k 10 And cov(logcl i, logv i ) is assumed to be 0 by definition of the pharmacokinetic parameters. 21

22 Use Maximum Likelihood We obtain the maximum likelihood estimate by maximizing Where p(y i ) is the probability distribution function (pdf) of y where now we use the notation of y i as a vector of all responses for the i th subject The problem is that we don t have this probability density function for y directly. 22

23 We use the following: Where p and π are normal probability density functions. Maximization is in φ=[β Τ, vech(d), vech(r)] T. Notation: the vech function of a matrix is equal to a vector of the unique elements of the matrix. 23

24 Under Normal Assumptions 24

25 Approach: Approximate ML Use numerical approaches to approximate the integral and then maximize the approximation Some ways to do this are: 1. Approximate the integrand to something integrable 2. Approximate the whole integral 3. Gibb s sampler 25

26 Maximum Likelihood Given data y ij, we use maximum likelihood to obtain parameters estimates for β, D, and σ 2. Because the mean function, f, is assumed to be nonlinear in β i in pharmacokinetics, least squares does not result in equivalent parameter estimates. 26

27 Approximate Methods Options: Approximate the integrand by something we can integrate First Order method (Taylor series) Approximate the whole integral Laplace s approximation (second order approximation) Gaussian Quadrature Use Bayesian methodology 27

28 Algorithms Used First Order First Order Conditional Estimation Laplace s Approximation Importance Sampling Gaussian Quadrature Available in NONMEM Approximate integrand Spherical-Radial Gibb s Sampler Or approximate whole integral Monolix Not covered in this presentation 28

29 First Order Method Approximate with a first order Taylor series expansion If the model assumes And R i = σ 2 I, then this is pretty straight-forward. You use a Taylor series expansion about b i. 29

30 Taylor Series Expansion With a first order Taylor series approximation expanded about β, the mean of the β i Let this approximation be You use this approximation in the integrand. 30

31 Substituting back in and simplifying See slide 23. And now the exponent term is linear in b i and we can integrate directly. Now we can maximize the likelihood. 31

32 Using Laplace s Approximation A second order approximation can be constructed by using Laplace s approximation In this manner, the whole integral is approximated so no integration is needed. 32

33 Numerical Considerations for Laplace s Approximation To guard against numerical overflow errors, Laplace s approximation is programmed into software in a way that is not intuitive. 33

34 Numerical Integration: Importance Sampling Consider a function g(b). To get a numerical solution to the integral simply use a random number generator to sample many b and change the expectation to a sample mean. 34

35 Where h is the index for the sampling from π(b i ). and 35

36 Problem! If each evaluation of the likelihood surface requires a resampling, then you introduce a randomness to your likelihood surface. The likelihood surface would have small perturbations which would affect your determination of a maximum. Solution: sample once and re-use this sample for each evaluation of the likelihood. 36

37 It turns out that importance sampling is not very efficient. To improve on this method, another method takes advantage of the normal assumption of distribution of b i. This method is called Gaussian Quadrature. Instead of a random sample, specific abscissas have been determined to best evaluate the integral. In particular, adaptive Gaussian Quadrature is a preferred method (not covered here). 37

38 Review of Approx Methods First order: biased, only useful for getting starting values for better methods; converges often even if model is horrible. DON T RELY ON THIS METHOD! Laplacian: numerically cheap, reasonably good fit Importance sampling: Need lots of abscissas, so not useful Gaussian Quadrature: GOLD STANDARD! But when data set large, method is slow and difficult to get convergence. 38

39 Additional Note When your model does not converge, often it s because you have the wrong model. Don t switch algorithms just because of nonconvergence. First plot data and scrutinize choice of model. 39

40 Software NONMEM (industry standard, 1979, FORTRAN) SAS R and S-Plus Monolix WinBugs (PKBugs) Phoenix (new 2008) 40

41 Using R Nonlinear mixed effects fitting function: nlme (provided by Pinheiro and Bates) (You also need the lattice package.) Pre-written PK models available in PKFIT package cs.htm (provided by In-Sun Nam) 41

42 Objective Function and Gradient Vector The maximum likelihood solution is the vector of parameters that minimize the negative of the log likelihood function (a.k.a. the objective function). The gradient of the objective function (vector of partial derivatives of the objective function w.r.t. the parameters) should be a vector of zeros 42

43 Hessian Matrix The Hessian Matrix is the symmetric matrix of second partial derivatives of the objective function The 2 nd derivative test can be use to confirm minimization If the Hessian is positive definite (equivalently, have all positive eigenvalues) then the objective function has been minimized at the solution However, not a necessary condition. If any of the eigenvalues are zero then 2 nd deriv. test inconclusive Also note, the variance matrix of the parameter estimates is the inverse Hessian 43

44 Objective Function for Model Selection For nested models, the difference in the objective function has a chi-square distribution with df=difference in the number parameters 44

45 First-Order 2-Compartment Model (Intravenous Dose) Input Central k 12 Peripheral V c (V p ) Parameterized in terms of Micro constants Note that including V p overparameterizes the model since k 21 Elimination k 10 A c = Amount of drug in central compartment A p = Amount of drug in peripheral compartment 45

46 Web Demonstration dorderstochasticsim2.html#sim (Requires installation of Adobe Shockwave player.) 46

47 First-Order 2-Compartment Model (Intravenous Dose) Input Central k 12 Peripheral V c (V p ) k 21 Elimination k 10 General form of solution: 47

48 Another, preferred parameterization (macro constants) Input Q is the inter-compartmental distribution parameter Central V c Cl Elimination Q Peripheral V p It is the amount of drug transferred back to V c per unit time. 48

49 Do we have time now for an example using R? 49

50 Modeling Covariates Assumed: PK parameters vary with respect to a patient s weight or age. Covariates can be added to the model in a secondary structure (hierarchical model). 50

51 Nonlinear Mixed Effects Model With secondary structure for covariates: x i is a vector of covariates which, for simplification here, is assumed to be constant over time j. Often, φ is a vector of log Cl, log V, and log k a 51

52 Why is NONMEM gold standard? Software needs easy input of PK models. More challenging for multiple dose settings. Functional form dependent on data. Not many software packages allow for models written in terms of ODEs instead of closed form solution. 52

53 Multiple Dose Model Daily Dose with Fast Elimination 53

54 Multiple Dose Model Daily Dose with Slower Elimination Superposition principle 54

55 Super-position Principle Assume dosing every 24 hours Assume concentration for single dose is Then concentration, C(t) is 55

56 Multiple Dose Model Missed Third Dose 56

57 Dose Delayed by 3 Hours Every Other Day 57

58 Pharmacodynamic Model PK: nonlinear mixed effect model PD: now assume predicted PK parameters are true less PD data per subject (or more, e.g. EKG data) nonlinear fixed effect model (mechanistic) 58

59 Emax Model E= Emax * Conc EC50+Conc 59

60 Mechanistic Models (from Bill Jusko course 2007) Reversible Direct (example: Emax model) Rapid (CNS, CV) Slow (Ab, Ca-Ch-BI) Indirect Synthesis, secretion Cell trafficking Enzyme induction Irreversible Chemotherapy Enzyme Inactivation William Jusko, Pharmaceutical Sciences, SUNY Distinguished Professor 60

61 Mechanistic Model Example Multiple Binding Site Model Effect = R T * Conc k D + Conc + K 2 *Conc 2 R T = total receptor content k D = k -1 / k 1 K 2 = k 2 / k -2 61

62 Mechanistic Model Example Multiple Binding Site Model K2=0 K2=0.001 K2=0.01 K2=0.05 K2=0.5 62

63 Which PD model? If mechanism is known, then choice of model is more clear. If mechanism not known, then trying different models leads to suggestions about mechanism. 63

64 Competitive Inhibition in a Tissue Compartment Example with the following properties: One compartment IV observed kinetics Competitive inhibition (the binding of an endogenous molecule or protein is competing for the same site on the molecule as the drug) The competitive inhibition occurs in a compartment that does not affect the PK, but does affect the PD readout 64

65 Kinetics Diagram Dose Plasma Compartment V1 k 12 Effect Compartment V2 k 10 Excretion and Metabolism k 20 Elimination from V2 65

66 Kinetics Equations Param C 1 C 2 k 10 k 12 k 20 Description Concentration in plasma cmpt. (amount/vol) Concentration in effect cmpt (amount/vol) Elimination rate (1/time) Rate of transfer to effect cmpt (1/time) Rate of elimination from effect cmpt (1/time) 66

67 Kinetics Equations (cont.) Param E E 0 E max EC 50,prot C protein EC 50,drug Description Measured effect Baseline effect Maximum possible effect of infinite protein Concentration of half-maximal effect for protein (amount/vol) Concentration of the protein (amount/vol) Concentration of half-maximal inhibition of the protein by the drug at a particular protein concentration. (amount/vol) 67

68 Next Step: Simulations Using the PK/PD model, clinical trial simulations can be performed to: Inform adaptive design Determine good dose or dosing regimen for future trial Satisfy regulatory agencies in place of additional trials????? (Controversial topic.) Surrogate for trials for testing biomarkers to discriminate doses 68

69 Acknowledgements Thanks to Huafeng Zhou, Bill Denney and Banmeet Anand for help with concepts and examples! Thanks also to Yao Huang for reviewing slides. Huafeng Zhou, Gilead, Biostatistician Bill Denney, Pfizer, Pharmacokineticist Banmeet Anand, Agensys, Pharmacokineticist Yao Huang, Agensys, Biostatistician Also referenced was a PD Modeling short course by Bill Jusko, SUNY Buffalo. 69

70 References Davidian, M. and D. Giltinan, Nonlinear Models for Repeated Measurement Data, Chapman and Hall, New York, Gabrielsson, J. and D. Weiner, Pharmacokinetic and Pharmacodynamic Data Analysis: Concepts and Applications, Swedish Pharmaceutic, Pinheiro, J.C. and D.M. Bates, Approximations to the log-likelihood function in the nonlinear effects model, J. Comput. Graph. Statist., 4 (1995) Pinheiro, J.C. and D.M. Bates, Mixed-Effects Models in S and S-Plus, Springer, New York, The Comprehensive R Network, Pharma Stat Sci, 70

PHAR 7633 Chapter 19 Multi-Compartment Pharmacokinetic Models

PHAR 7633 Chapter 19 Multi-Compartment Pharmacokinetic Models Student Objectives for this Chapter PHAR 7633 Chapter 19 Multi-Compartment Pharmacokinetic Models To draw the scheme and write the differential equations appropriate to a multi-compartment pharmacokinetic

More information

Statistics and Pharmacokinetics in Clinical Pharmacology Studies

Statistics and Pharmacokinetics in Clinical Pharmacology Studies Paper ST03 Statistics and Pharmacokinetics in Clinical Pharmacology Studies ABSTRACT Amy Newlands, GlaxoSmithKline, Greenford UK The aim of this presentation is to show how we use statistics and pharmacokinetics

More information

STA 4273H: Statistical Machine Learning

STA 4273H: Statistical Machine Learning STA 4273H: Statistical Machine Learning Russ Salakhutdinov Department of Statistics! rsalakhu@utstat.toronto.edu! http://www.cs.toronto.edu/~rsalakhu/ Lecture 6 Three Approaches to Classification Construct

More information

DOSE-EFFECT RELATIONSHIP

DOSE-EFFECT RELATIONSHIP DOSE-EFFECT RELATIONSHIP A fundamental principle of pharmacology is that the intensity of effect produced by a drug is a function of the quantity of drug administered (or the concentration of the drug

More information

PHAR 7633 Chapter 22 Non-Linear Regression Analysis of Pharmacokinetic Data Individual Data and Population Analysis

PHAR 7633 Chapter 22 Non-Linear Regression Analysis of Pharmacokinetic Data Individual Data and Population Analysis PHAR 7633 Chapter 22 Non-Linear Regression Analysis of Pharmacokinetic Data Individual Data and Population Analysis Student Objectives for this Chapter Understand the use of computer programs such as Boomer

More information

IV solutions may be given either as a bolus dose or infused slowly through a vein into the plasma at a constant or zero-order rate.

IV solutions may be given either as a bolus dose or infused slowly through a vein into the plasma at a constant or zero-order rate. د.شيماء Biopharmaceutics INTRAVENOUS INFUSION: IV solutions may be given either as a bolus dose or infused slowly through a vein into the plasma at a constant or zero-order rate. The main advantage for

More information

Deterministic and Stochastic Modeling of Insulin Sensitivity

Deterministic and Stochastic Modeling of Insulin Sensitivity Deterministic and Stochastic Modeling of Insulin Sensitivity Master s Thesis in Engineering Mathematics and Computational Science ELÍN ÖSP VILHJÁLMSDÓTTIR Department of Mathematical Science Chalmers University

More information

STATISTICA Formula Guide: Logistic Regression. Table of Contents

STATISTICA Formula Guide: Logistic Regression. Table of Contents : Table of Contents... 1 Overview of Model... 1 Dispersion... 2 Parameterization... 3 Sigma-Restricted Model... 3 Overparameterized Model... 4 Reference Coding... 4 Model Summary (Summary Tab)... 5 Summary

More information

BIOAVAILABILITY & BIOEQUIVALENCE TRIALS

BIOAVAILABILITY & BIOEQUIVALENCE TRIALS BIOAVAILABILITY & BIOEQUIVALENCE TRIALS Shubha Rani,, Ph.D. Technical Director & Head-Biometrics and Data Management Synchron Research Services Pvt. Ltd. Ahmedabad 380 054 drshubha@synchronresearch.com

More information

PHAR 7633 Chapter 21 Non-Linear Pharmacokinetic Models

PHAR 7633 Chapter 21 Non-Linear Pharmacokinetic Models Student Objectives for this Chapter PHAR 7633 Chapter 21 Non-Linear Pharmacokinetic Models To draw the scheme and write the differential equations for compartmental pharmacokinetic models with non-linear

More information

Study (s) Degree Center Acad. Period. 1201 - Grado de Farmacia FACULTY OF PHARMACY 3 Annual 1211 - PDG Farmacia-Nutrición Humana y Dietética

Study (s) Degree Center Acad. Period. 1201 - Grado de Farmacia FACULTY OF PHARMACY 3 Annual 1211 - PDG Farmacia-Nutrición Humana y Dietética COURSE DATA Data Subject Código 34081 Name Biopharmacy and Pharmacokinetics Cycle Grade ECTS Credits 10.5 Curso académico 2014-2015 Study (s) Degree Center Acad. Period year 1201 - Grado de Farmacia FACULTY

More information

Clinical Study Synopsis for Public Disclosure

Clinical Study Synopsis for Public Disclosure abcd Clinical Study for Public Disclosure This clinical study synopsis is provided in line with s Policy on Transparency and Publication of Clinical Study Data. The synopsis - which is part of the clinical

More information

Logistic Regression. Vibhav Gogate The University of Texas at Dallas. Some Slides from Carlos Guestrin, Luke Zettlemoyer and Dan Weld.

Logistic Regression. Vibhav Gogate The University of Texas at Dallas. Some Slides from Carlos Guestrin, Luke Zettlemoyer and Dan Weld. Logistic Regression Vibhav Gogate The University of Texas at Dallas Some Slides from Carlos Guestrin, Luke Zettlemoyer and Dan Weld. Generative vs. Discriminative Classifiers Want to Learn: h:x Y X features

More information

Longitudinal Modeling of Lung Function in Respiratory Drug Development

Longitudinal Modeling of Lung Function in Respiratory Drug Development Longitudinal Modeling of Lung Function in Respiratory Drug Development Fredrik Öhrn, PhD Senior Clinical Pharmacometrician Quantitative Clinical Pharmacology AstraZeneca R&D Mölndal, Sweden Outline A brief

More information

A Peak at PK An Introduction to Pharmacokinetics

A Peak at PK An Introduction to Pharmacokinetics Paper IS05 A Peak at PK An Introduction to Pharmacokinetics Hannah Twitchett, Roche Products Ltd, Welwyn Garden City, UK Paul Grimsey, Roche Products Ltd, Welwyn Garden City, UK ABSTRACT The aim of this

More information

QSAR. The following lecture has drawn many examples from the online lectures by H. Kubinyi

QSAR. The following lecture has drawn many examples from the online lectures by H. Kubinyi QSAR The following lecture has drawn many examples from the online lectures by H. Kubinyi LMU Institut für Informatik, LFE Bioinformatik, Cheminformatics, Structure independent methods J. Apostolakis 1

More information

Lecture 3: Linear methods for classification

Lecture 3: Linear methods for classification Lecture 3: Linear methods for classification Rafael A. Irizarry and Hector Corrada Bravo February, 2010 Today we describe four specific algorithms useful for classification problems: linear regression,

More information

Pattern Analysis. Logistic Regression. 12. Mai 2009. Joachim Hornegger. Chair of Pattern Recognition Erlangen University

Pattern Analysis. Logistic Regression. 12. Mai 2009. Joachim Hornegger. Chair of Pattern Recognition Erlangen University Pattern Analysis Logistic Regression 12. Mai 2009 Joachim Hornegger Chair of Pattern Recognition Erlangen University Pattern Analysis 2 / 43 1 Logistic Regression Posteriors and the Logistic Function Decision

More information

Multivariate Normal Distribution

Multivariate Normal Distribution Multivariate Normal Distribution Lecture 4 July 21, 2011 Advanced Multivariate Statistical Methods ICPSR Summer Session #2 Lecture #4-7/21/2011 Slide 1 of 41 Last Time Matrices and vectors Eigenvalues

More information

PHARMACOKINETICS (PK) AND PHARMACODYNAMICS (PD) STUDY IN THE ESTABLISHED STATUS EPILEPTICUS TREATMENT TRIAL. Lisa Coles, MS, PhD

PHARMACOKINETICS (PK) AND PHARMACODYNAMICS (PD) STUDY IN THE ESTABLISHED STATUS EPILEPTICUS TREATMENT TRIAL. Lisa Coles, MS, PhD PHARMACOKINETICS (PK) AND PHARMACODYNAMICS (PD) STUDY IN THE ESTABLISHED STATUS EPILEPTICUS TREATMENT TRIAL Lisa Coles, MS, PhD Key Personnel Personnel Institution Role James Cloyd, PharmD UMN Pharmacology

More information

Absorption of Drugs. Transport of a drug from the GI tract

Absorption of Drugs. Transport of a drug from the GI tract Absorption of Drugs Absorption is the transfer of a drug from its site of administration to the bloodstream. The rate and efficiency of absorption depend on the route of administration. For IV delivery,

More information

Humulin (LY041001) Page 1 of 1

Humulin (LY041001) Page 1 of 1 (LY041001) These clinical study results are supplied for informational purposes only in the interests of scientific disclosure. They are not intended to substitute for the FDA-approved package insert or

More information

Nursing 113. Pharmacology Principles

Nursing 113. Pharmacology Principles Nursing 113 Pharmacology Principles 1. The study of how drugs enter the body, reach the site of action, and are removed from the body is called a. pharmacotherapeutics b. pharmacology c. pharmacodynamics

More information

PKPD modelling of the relationship between testosterone and PSA in patients with prostate cancer during treatment with leuprorelin

PKPD modelling of the relationship between testosterone and PSA in patients with prostate cancer during treatment with leuprorelin PAGE 2015, Crete PKPD modelling of the relationship between testosterone and PSA in patients with prostate cancer during treatment with leuprorelin What is the optimal testosterone level? Nelleke Snelder,

More information

CCNY. BME I5100: Biomedical Signal Processing. Linear Discrimination. Lucas C. Parra Biomedical Engineering Department City College of New York

CCNY. BME I5100: Biomedical Signal Processing. Linear Discrimination. Lucas C. Parra Biomedical Engineering Department City College of New York BME I5100: Biomedical Signal Processing Linear Discrimination Lucas C. Parra Biomedical Engineering Department CCNY 1 Schedule Week 1: Introduction Linear, stationary, normal - the stuff biology is not

More information

Proof-of-Concept Studies and the End of Phase IIa Meeting with the FDA

Proof-of-Concept Studies and the End of Phase IIa Meeting with the FDA Medpace Discovery Series presents Proof-of-Concept Studies and the End of Phase IIa Meeting with the FDA DR. JIM WEI: Today my topic is going to be Proof-of-Concept Studies and FDA End of Phase 2a Meetings

More information

Benefits of Upgrading to Phoenix WinNonlin 6.2

Benefits of Upgrading to Phoenix WinNonlin 6.2 Benefits of Upgrading to Phoenix WinNonlin 6.2 Pharsight, a Certara Company 5625 Dillard Drive; Suite 205 Cary, NC 27518; USA www.pharsight.com March, 2011 Benefits of Upgrading to Phoenix WinNonlin 6.2

More information

Christfried Webers. Canberra February June 2015

Christfried Webers. Canberra February June 2015 c Statistical Group and College of Engineering and Computer Science Canberra February June (Many figures from C. M. Bishop, "Pattern Recognition and ") 1of 829 c Part VIII Linear Classification 2 Logistic

More information

Bayesian probability theory

Bayesian probability theory Bayesian probability theory Bruno A. Olshausen arch 1, 2004 Abstract Bayesian probability theory provides a mathematical framework for peforming inference, or reasoning, using probability. The foundations

More information

New anticoagulants: Monitoring or not Monitoring? Not Monitoring

New anticoagulants: Monitoring or not Monitoring? Not Monitoring The 2 nd World Congress on CONTROVERSIES IN HEMATOLOGY (COHEM) Barcelona, Spain September 6 8, 2012 New anticoagulants: Monitoring or not Monitoring? Not Monitoring Anna Falanga, MD Immunohematology and

More information

Guidance for Industry

Guidance for Industry Guidance for Industry Clinical Pharmacology Data to Support a Demonstration of Biosimilarity to a Reference Product DRAFT GUIDANCE This guidance document is being distributed for comment purposes only.

More information

PS 271B: Quantitative Methods II. Lecture Notes

PS 271B: Quantitative Methods II. Lecture Notes PS 271B: Quantitative Methods II Lecture Notes Langche Zeng zeng@ucsd.edu The Empirical Research Process; Fundamental Methodological Issues 2 Theory; Data; Models/model selection; Estimation; Inference.

More information

Adocia reports positive results from phase IIa clinical study of ultra-fast acting BioChaperone Lispro

Adocia reports positive results from phase IIa clinical study of ultra-fast acting BioChaperone Lispro PRESS RELEASE Adocia reports positive results from phase IIa clinical study of ultra-fast acting BioChaperone Lispro BioChaperone Lispro is significantly faster than Humalog in type I diabetic patients;

More information

Linear Discrimination. Linear Discrimination. Linear Discrimination. Linearly Separable Systems Pairwise Separation. Steven J Zeil.

Linear Discrimination. Linear Discrimination. Linear Discrimination. Linearly Separable Systems Pairwise Separation. Steven J Zeil. Steven J Zeil Old Dominion Univ. Fall 200 Discriminant-Based Classification Linearly Separable Systems Pairwise Separation 2 Posteriors 3 Logistic Discrimination 2 Discriminant-Based Classification Likelihood-based:

More information

Gaussian Processes in Machine Learning

Gaussian Processes in Machine Learning Gaussian Processes in Machine Learning Carl Edward Rasmussen Max Planck Institute for Biological Cybernetics, 72076 Tübingen, Germany carl@tuebingen.mpg.de WWW home page: http://www.tuebingen.mpg.de/ carl

More information

Challenges in early clinical development of biologics

Challenges in early clinical development of biologics Challenges in early clinical development of biologics Peter Lloyd March 2011 Acknowledgements: Jennifer Sims, Phil Lowe, Sebastian Spindeldreher, Andrew Warren Protein therapeutics biologics Current generation

More information

Lecture 11 Enzymes: Kinetics

Lecture 11 Enzymes: Kinetics Lecture 11 Enzymes: Kinetics Reading: Berg, Tymoczko & Stryer, 6th ed., Chapter 8, pp. 216-225 Key Concepts Kinetics is the study of reaction rates (velocities). Study of enzyme kinetics is useful for

More information

Logistic Regression. Jia Li. Department of Statistics The Pennsylvania State University. Logistic Regression

Logistic Regression. Jia Li. Department of Statistics The Pennsylvania State University. Logistic Regression Logistic Regression Department of Statistics The Pennsylvania State University Email: jiali@stat.psu.edu Logistic Regression Preserve linear classification boundaries. By the Bayes rule: Ĝ(x) = arg max

More information

Adaptive Design for Intra Patient Dose Escalation in Phase I Trials in Oncology

Adaptive Design for Intra Patient Dose Escalation in Phase I Trials in Oncology Adaptive Design for Intra Patient Dose Escalation in Phase I Trials in Oncology Jeremy M.G. Taylor Laura L. Fernandes University of Michigan, Ann Arbor 19th August, 2011 J.M.G. Taylor, L.L. Fernandes Adaptive

More information

Probabilistic Linear Classification: Logistic Regression. Piyush Rai IIT Kanpur

Probabilistic Linear Classification: Logistic Regression. Piyush Rai IIT Kanpur Probabilistic Linear Classification: Logistic Regression Piyush Rai IIT Kanpur Probabilistic Machine Learning (CS772A) Jan 18, 2016 Probabilistic Machine Learning (CS772A) Probabilistic Linear Classification:

More information

Statistical Machine Learning

Statistical Machine Learning Statistical Machine Learning UoC Stats 37700, Winter quarter Lecture 4: classical linear and quadratic discriminants. 1 / 25 Linear separation For two classes in R d : simple idea: separate the classes

More information

Guidance for Industry

Guidance for Industry Guidance for Industry Exposure-Response Relationships Study Design, Data Analysis, and Regulatory Applications U.S. Department of Health and Human Services Food and Drug Administration Center for Drug

More information

Statistics Graduate Courses

Statistics Graduate Courses Statistics Graduate Courses STAT 7002--Topics in Statistics-Biological/Physical/Mathematics (cr.arr.).organized study of selected topics. Subjects and earnable credit may vary from semester to semester.

More information

How To Understand Enzyme Kinetics

How To Understand Enzyme Kinetics Chapter 12 - Reaction Kinetics In the last chapter we looked at enzyme mechanisms. In this chapter we ll see how enzyme kinetics, i.e., the study of enzyme reaction rates, can be useful in learning more

More information

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Beckman HLM Reading Group: Questions, Answers and Examples Carolyn J. Anderson Department of Educational Psychology I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Linear Algebra Slide 1 of

More information

1 The Brownian bridge construction

1 The Brownian bridge construction The Brownian bridge construction The Brownian bridge construction is a way to build a Brownian motion path by successively adding finer scale detail. This construction leads to a relatively easy proof

More information

Newsletter. WntResearch AB, Medeon Science Park, Per Albin Hanssons väg 41, 205 12 Malmö, Sweden. Primary Objective:

Newsletter. WntResearch AB, Medeon Science Park, Per Albin Hanssons väg 41, 205 12 Malmö, Sweden. Primary Objective: Newsletter This resume of the results from the phase 1 study with Foxy-5 is based on clinical and laboratory data from the study, and these data have now been locked into the database. The full report

More information

1 Maximum likelihood estimation

1 Maximum likelihood estimation COS 424: Interacting with Data Lecturer: David Blei Lecture #4 Scribes: Wei Ho, Michael Ye February 14, 2008 1 Maximum likelihood estimation 1.1 MLE of a Bernoulli random variable (coin flips) Given N

More information

Linear smoother. ŷ = S y. where s ij = s ij (x) e.g. s ij = diag(l i (x)) To go the other way, you need to diagonalize S

Linear smoother. ŷ = S y. where s ij = s ij (x) e.g. s ij = diag(l i (x)) To go the other way, you need to diagonalize S Linear smoother ŷ = S y where s ij = s ij (x) e.g. s ij = diag(l i (x)) To go the other way, you need to diagonalize S 2 Online Learning: LMS and Perceptrons Partially adapted from slides by Ryan Gabbard

More information

Example: Credit card default, we may be more interested in predicting the probabilty of a default than classifying individuals as default or not.

Example: Credit card default, we may be more interested in predicting the probabilty of a default than classifying individuals as default or not. Statistical Learning: Chapter 4 Classification 4.1 Introduction Supervised learning with a categorical (Qualitative) response Notation: - Feature vector X, - qualitative response Y, taking values in C

More information

Tutorial on Markov Chain Monte Carlo

Tutorial on Markov Chain Monte Carlo Tutorial on Markov Chain Monte Carlo Kenneth M. Hanson Los Alamos National Laboratory Presented at the 29 th International Workshop on Bayesian Inference and Maximum Entropy Methods in Science and Technology,

More information

Pharmacology skills for drug discovery. Why is pharmacology important?

Pharmacology skills for drug discovery. Why is pharmacology important? skills for drug discovery Why is pharmacology important?, the science underlying the interaction between chemicals and living systems, emerged as a distinct discipline allied to medicine in the mid-19th

More information

Poisson Models for Count Data

Poisson Models for Count Data Chapter 4 Poisson Models for Count Data In this chapter we study log-linear models for count data under the assumption of a Poisson error structure. These models have many applications, not only to the

More information

Robert Collins CSE598G. More on Mean-shift. R.Collins, CSE, PSU CSE598G Spring 2006

Robert Collins CSE598G. More on Mean-shift. R.Collins, CSE, PSU CSE598G Spring 2006 More on Mean-shift R.Collins, CSE, PSU Spring 2006 Recall: Kernel Density Estimation Given a set of data samples x i ; i=1...n Convolve with a kernel function H to generate a smooth function f(x) Equivalent

More information

Diffusione e perfusione in risonanza magnetica. E. Pagani, M. Filippi

Diffusione e perfusione in risonanza magnetica. E. Pagani, M. Filippi Diffusione e perfusione in risonanza magnetica E. Pagani, M. Filippi DW-MRI DIFFUSION-WEIGHTED MRI Principles Diffusion results from a microspic random motion known as Brownian motion THE RANDOM WALK How

More information

i=1 In practice, the natural logarithm of the likelihood function, called the log-likelihood function and denoted by

i=1 In practice, the natural logarithm of the likelihood function, called the log-likelihood function and denoted by Statistics 580 Maximum Likelihood Estimation Introduction Let y (y 1, y 2,..., y n be a vector of iid, random variables from one of a family of distributions on R n and indexed by a p-dimensional parameter

More information

An Introduction to Machine Learning

An Introduction to Machine Learning An Introduction to Machine Learning L5: Novelty Detection and Regression Alexander J. Smola Statistical Machine Learning Program Canberra, ACT 0200 Australia Alex.Smola@nicta.com.au Tata Institute, Pune,

More information

Logistic Regression (1/24/13)

Logistic Regression (1/24/13) STA63/CBB540: Statistical methods in computational biology Logistic Regression (/24/3) Lecturer: Barbara Engelhardt Scribe: Dinesh Manandhar Introduction Logistic regression is model for regression used

More information

These slides follow closely the (English) course textbook Pattern Recognition and Machine Learning by Christopher Bishop

These slides follow closely the (English) course textbook Pattern Recognition and Machine Learning by Christopher Bishop Music and Machine Learning (IFT6080 Winter 08) Prof. Douglas Eck, Université de Montréal These slides follow closely the (English) course textbook Pattern Recognition and Machine Learning by Christopher

More information

Population Pharmacokinetics and Pharmacodynamics of Cisplatinum During Intraperitoneal Chemohyperthermia Using a Closed Abdominal Procedure

Population Pharmacokinetics and Pharmacodynamics of Cisplatinum During Intraperitoneal Chemohyperthermia Using a Closed Abdominal Procedure Population Pharmacokinetics and Pharmacodynamics of Cisplatinum During Intraperitoneal Chemohyperthermia Using a Closed Abdominal Procedure Eddy Cotte, Brigitte Tranchand, Annie-Claude Beaujard, François-Noël

More information

DMPK: Experimentation & Data

DMPK: Experimentation & Data DMPK: Experimentation & Data Interpretation Mingshe Zhu, Mike S. Lee, Naidong Weng, and Mark Hayward Prerequisite: Entry-level scientists with hands on experience in LC/MS as well as advanced students

More information

Imputing Missing Data using SAS

Imputing Missing Data using SAS ABSTRACT Paper 3295-2015 Imputing Missing Data using SAS Christopher Yim, California Polytechnic State University, San Luis Obispo Missing data is an unfortunate reality of statistics. However, there are

More information

15.062 Data Mining: Algorithms and Applications Matrix Math Review

15.062 Data Mining: Algorithms and Applications Matrix Math Review .6 Data Mining: Algorithms and Applications Matrix Math Review The purpose of this document is to give a brief review of selected linear algebra concepts that will be useful for the course and to develop

More information

Learning Gaussian process models from big data. Alan Qi Purdue University Joint work with Z. Xu, F. Yan, B. Dai, and Y. Zhu

Learning Gaussian process models from big data. Alan Qi Purdue University Joint work with Z. Xu, F. Yan, B. Dai, and Y. Zhu Learning Gaussian process models from big data Alan Qi Purdue University Joint work with Z. Xu, F. Yan, B. Dai, and Y. Zhu Machine learning seminar at University of Cambridge, July 4 2012 Data A lot of

More information

AN INTRODUCTION TO NUMERICAL METHODS AND ANALYSIS

AN INTRODUCTION TO NUMERICAL METHODS AND ANALYSIS AN INTRODUCTION TO NUMERICAL METHODS AND ANALYSIS Revised Edition James Epperson Mathematical Reviews BICENTENNIAL 0, 1 8 0 7 z ewiley wu 2007 r71 BICENTENNIAL WILEY-INTERSCIENCE A John Wiley & Sons, Inc.,

More information

THE LOG TRANSFORMATION IS SPECIAL

THE LOG TRANSFORMATION IS SPECIAL STATISTICS IN MEDICINE, VOL. 4,8-89 (995) THE LOG TRANSFORMATION IS SPECIAL OLIVER N. KEENE Department of Medical Statistics, GIaxo Research and Development Ltd., Greenford Road, Greenford, Middlesex.

More information

GENERAL CONSIDERATIONS FOR CLINICAL TRIALS E8

GENERAL CONSIDERATIONS FOR CLINICAL TRIALS E8 INTERNATIONAL CONFERENCE ON HARMONISATION OF TECHNICAL REQUIREMENTS FOR REGISTRATION OF PHARMACEUTICALS FOR HUMAN USE ICH HARMONISED TRIPARTITE GUIDELINE GENERAL CONSIDERATIONS FOR CLINICAL TRIALS E8 Current

More information

Volume of Distribution

Volume of Distribution 1 Volume of Distribution Nick Holford Dept Pharmacology & Clinical Pharmacology University of Auckland, New Zealand 2 Objectives Learn the definition of volume of distribution Understand the physiological

More information

Linear Classification. Volker Tresp Summer 2015

Linear Classification. Volker Tresp Summer 2015 Linear Classification Volker Tresp Summer 2015 1 Classification Classification is the central task of pattern recognition Sensors supply information about an object: to which class do the object belong

More information

Model-based Synthesis. Tony O Hagan

Model-based Synthesis. Tony O Hagan Model-based Synthesis Tony O Hagan Stochastic models Synthesising evidence through a statistical model 2 Evidence Synthesis (Session 3), Helsinki, 28/10/11 Graphical modelling The kinds of models that

More information

Service courses for graduate students in degree programs other than the MS or PhD programs in Biostatistics.

Service courses for graduate students in degree programs other than the MS or PhD programs in Biostatistics. Course Catalog In order to be assured that all prerequisites are met, students must acquire a permission number from the education coordinator prior to enrolling in any Biostatistics course. Courses are

More information

GLM, insurance pricing & big data: paying attention to convergence issues.

GLM, insurance pricing & big data: paying attention to convergence issues. GLM, insurance pricing & big data: paying attention to convergence issues. Michaël NOACK - michael.noack@addactis.com Senior consultant & Manager of ADDACTIS Pricing Copyright 2014 ADDACTIS Worldwide.

More information

Linear Threshold Units

Linear Threshold Units Linear Threshold Units w x hx (... w n x n w We assume that each feature x j and each weight w j is a real number (we will relax this later) We will study three different algorithms for learning linear

More information

CSCI567 Machine Learning (Fall 2014)

CSCI567 Machine Learning (Fall 2014) CSCI567 Machine Learning (Fall 2014) Drs. Sha & Liu {feisha,yanliu.cs}@usc.edu September 22, 2014 Drs. Sha & Liu ({feisha,yanliu.cs}@usc.edu) CSCI567 Machine Learning (Fall 2014) September 22, 2014 1 /

More information

How To Remove A Drug By Therapeutic Apheresis

How To Remove A Drug By Therapeutic Apheresis Medication Removal by Apheresis Yanyun Wu, M.D., Ph.D. Yale University School of Medicine 1 Objectives Review basic pharmacokinetics and its relevance in drug removal by therapeutic apheresis (TPE) Review

More information

1: CLINICAL PHARMACOKINETICS

1: CLINICAL PHARMACOKINETICS : CLINICAL PHARMACOKINETICS General overview: clinical pharmacokinetics, 2 Pharmacokinetics, 4 Drug clearance (CL), 6 Volume of distribution (Vd), 8 The half-life (t½), 0 Oral availability (F), 2 Protein

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Problem of Missing Data

Problem of Missing Data VASA Mission of VA Statisticians Association (VASA) Promote & disseminate statistical methodological research relevant to VA studies; Facilitate communication & collaboration among VA-affiliated statisticians;

More information

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model 1 September 004 A. Introduction and assumptions The classical normal linear regression model can be written

More information

Spatial Statistics Chapter 3 Basics of areal data and areal data modeling

Spatial Statistics Chapter 3 Basics of areal data and areal data modeling Spatial Statistics Chapter 3 Basics of areal data and areal data modeling Recall areal data also known as lattice data are data Y (s), s D where D is a discrete index set. This usually corresponds to data

More information

Least-Squares Intersection of Lines

Least-Squares Intersection of Lines Least-Squares Intersection of Lines Johannes Traa - UIUC 2013 This write-up derives the least-squares solution for the intersection of lines. In the general case, a set of lines will not intersect at a

More information

A Log-Robust Optimization Approach to Portfolio Management

A Log-Robust Optimization Approach to Portfolio Management A Log-Robust Optimization Approach to Portfolio Management Dr. Aurélie Thiele Lehigh University Joint work with Ban Kawas Research partially supported by the National Science Foundation Grant CMMI-0757983

More information

Course Curriculum for Master Degree in Clinical Pharmacy

Course Curriculum for Master Degree in Clinical Pharmacy Course Curriculum for Master Degree in Clinical Pharmacy The Master Degree in Clinical Pharmacy is awarded by the Faculty of Graduate studies at Jordan University of Science and Technology (JUST) upon

More information

DIVISION OF HUMAN NUTRITION

DIVISION OF HUMAN NUTRITION DIVISION OF HUMAN NUTRITION Example EXAM 2011 - HNE-23306 Nutrition & Pharmacology Date : Place : Explanation : This exam consists of: **** open problems on pharmacokinetics (normally 2-3) *****series

More information

A Coefficient of Variation for Skewed and Heavy-Tailed Insurance Losses. Michael R. Powers[ 1 ] Temple University and Tsinghua University

A Coefficient of Variation for Skewed and Heavy-Tailed Insurance Losses. Michael R. Powers[ 1 ] Temple University and Tsinghua University A Coefficient of Variation for Skewed and Heavy-Tailed Insurance Losses Michael R. Powers[ ] Temple University and Tsinghua University Thomas Y. Powers Yale University [June 2009] Abstract We propose a

More information

Guidance for Industry

Guidance for Industry Guidance for Industry Bioavailability and Bioequivalence Studies Submitted in NDAs or INDs General Considerations DRAFT GUIDANCE This guidance document is being distributed for comment purposes only. Comments

More information

Review of Chemical Equilibrium 7.51 September 1999. free [A] (µm)

Review of Chemical Equilibrium 7.51 September 1999. free [A] (µm) Review of Chemical Equilibrium 7.51 September 1999 Equilibrium experiments study how the concentration of reaction products change as a function of reactant concentrations and/or reaction conditions. For

More information

Normal Distribution. Definition A continuous random variable has a normal distribution if its probability density. f ( y ) = 1.

Normal Distribution. Definition A continuous random variable has a normal distribution if its probability density. f ( y ) = 1. Normal Distribution Definition A continuous random variable has a normal distribution if its probability density e -(y -µ Y ) 2 2 / 2 σ function can be written as for < y < as Y f ( y ) = 1 σ Y 2 π Notation:

More information

INTERNATIONAL CONFERENCE ON HARMONISATION OF TECHNICAL REQUIREMENTS FOR REGISTRATION OF PHARMACEUTICALS FOR HUMAN USE

INTERNATIONAL CONFERENCE ON HARMONISATION OF TECHNICAL REQUIREMENTS FOR REGISTRATION OF PHARMACEUTICALS FOR HUMAN USE INTERNATIONAL CONFERENCE ON HARMONISATION OF TECHNICAL REQUIREMENTS FOR REGISTRATION OF PHARMACEUTICALS FOR HUMAN USE ICH HARMONISED TRIPARTITE GUIDELINE THE COMMON TECHNICAL DOCUMENT FOR THE REGISTRATION

More information

Using the Delta Method to Construct Confidence Intervals for Predicted Probabilities, Rates, and Discrete Changes

Using the Delta Method to Construct Confidence Intervals for Predicted Probabilities, Rates, and Discrete Changes Using the Delta Method to Construct Confidence Intervals for Predicted Probabilities, Rates, Discrete Changes JunXuJ.ScottLong Indiana University August 22, 2005 The paper provides technical details on

More information

Bioequivalence Study Design Considerations. Dr. John Gordon

Bioequivalence Study Design Considerations. Dr. John Gordon Bioequivalence Study Design Considerations Dr. John Gordon Key Output of Programme A list of prequalified medicinal products used for treatment of HIV/AIDS, malaria, tuberculosis, influenza, and for reproductive

More information

Guidance for Industry

Guidance for Industry Guidance for Industry End-of-Phase 2A Meetings U.S. Department of Health and Human Services Food and Drug Administration Center for Drug Evaluation and Research (CDER) September 2009 Procedural Guidance

More information

Dealing with large datasets

Dealing with large datasets Dealing with large datasets (by throwing away most of the data) Alan Heavens Institute for Astronomy, University of Edinburgh with Ben Panter, Rob Tweedie, Mark Bastin, Will Hossack, Keith McKellar, Trevor

More information

Gaussian Conjugate Prior Cheat Sheet

Gaussian Conjugate Prior Cheat Sheet Gaussian Conjugate Prior Cheat Sheet Tom SF Haines 1 Purpose This document contains notes on how to handle the multivariate Gaussian 1 in a Bayesian setting. It focuses on the conjugate prior, its Bayesian

More information

3. Reaction Diffusion Equations Consider the following ODE model for population growth

3. Reaction Diffusion Equations Consider the following ODE model for population growth 3. Reaction Diffusion Equations Consider the following ODE model for population growth u t a u t u t, u 0 u 0 where u t denotes the population size at time t, and a u plays the role of the population dependent

More information

LS.6 Solution Matrices

LS.6 Solution Matrices LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions

More information

Maximum likelihood estimation of mean reverting processes

Maximum likelihood estimation of mean reverting processes Maximum likelihood estimation of mean reverting processes José Carlos García Franco Onward, Inc. jcpollo@onwardinc.com Abstract Mean reverting processes are frequently used models in real options. For

More information

Bioavailability / Bioequivalence

Bioavailability / Bioequivalence Selection of CROs Selection of a Reference Product Metrics (AUC, C max /t max, Shape of Profile) Acceptance Ranges (0.80 1.25 and beyond) Sample Size Planning (Literature References, Pilot Studies) Steps

More information