Parameter Estimation
- parameter values define βgoodnessβ of the model
Objective Function Value
- represents the goodness of fit [π]
- proportional to minus 2 times the log likelihood (-2LL)
- extended least squares ELS objective function [π]
- the preference is given to lower OFV [π]
- by iterative βhill climbingβ procedure to find the lowest OFV, or minima, within a given search space. [π]
- Initial parameter estimates have an important role [π]
- estimation can be βtrappedβ gradient search in local OFV minima, and βmaskβ the global minimum
Figure was adopted from [π].
Algorithms
Gradient-based algorithms
- Taylor series approximations for numerical solution of the likelihood function
FOCE
- First-Order Conditional Estimation algorithm
- linearised by conditioning on the individual etas [π] [π]
FOCEI
- First-Order Conditional Estimation algorithm with interaction
- considering the interaction between Ξ΅ and Ξ· [π]
LAPLACE
- [π]
- second-order approximation
- only gradient-based estimation method
- can be used for categorical data
- can be used to consider observations below LLOQ
- more unstable than e.g. FOCE
SAEM
- Stochastic Approximation Expectation Maximisation
- [π]
- step E: stochastic approximation
- step M: maximises the expected likelihood
- includes one burn-in and one accumulation phase [π]
- burn-in: approximation is done on few samples per individual, and maximised and the process is repeated until the estimates have stabilised
- accumulation: the individual random-effects are sampled and averaged together
IMP
- IMPortance sampling
- [π]
- step E: Monte-Carlo integration to assess the conditional mean and variance of \(Ξ·_i\)
- step M: maximises the expected likelihood
- objective function is commonly generated by few iterations of IMP for the final parameter estimates.
Note: [π]
step E expectation evaluates the expected likelihood with respect to the conditional distribution of \(Ξ·_i\) based on the current parameter estimates and the observed data;
step M maximisation maximises the expected likelihood (from step E) to generate new parameter estimates.