Select Page

Probability distribution of the individual parameters


Objectives: learn how to define the probability distribution and the correlation structure of the individual parameters.


Projects: warfarin_distribution1_project, warfarin_distribution2_project, warfarin_distribution3_project, warfarin_distribution4_project


Introduction

One way to extend the use of Gaussian distributions is to consider that some transformation of the parameters in which we are interested is Gaussian, i.e., assume the existence of a monotonic function h such that h(\psi) is normally distributed. Then, there exists some \mu and \omega such that, for each individual i:

h(\psi_i) \sim {\cal N}(h(\bar{\psi}_i), \omega^2)

where \tilde{\psi}_i is the predicted value of \psi_i. In this section, we consider models for the individual parameters without any covariate. Then, the predicted value of \psi_i is the \tilde{\psi}_i = \psi_{\rm pop} and

h(\psi_i) \sim {\cal N}(h(\psi_{pop}), \omega^2)

Transformation h defines the distribution of \psi_i. Some predifined distributions/transformations are available in Monolix:

  • Normal distribution:

The two mathematical representations for normal distributions are equivalent:

 \psi_i \sim {\cal N}(\bar{\psi}_{i}, \omega^2) ~~\Leftrightarrow~~ \psi_i = \bar{\psi}_i + \eta_i, ~~\text{where}~~\eta_i \sim {\cal N}(0,\omega^2).

  • Log-normal distribution:

A log-normally random variable takes positive values only. A log-normal distribution looks like a normal distribution for a small variance \omega^2. On the other hand the asymmetry of the distribution increases when \omega^2 increases.
Remark: the two mathematical representations for log-normal distributions are equivalent:

\log(\psi_i) \sim {\cal N}(\log(\bar{\psi}_{i}), \omega^2) ~~\Leftrightarrow~~ \psi_i = \bar{\psi}_i e^{\eta_i}, ~~\text{where}~~\eta_i \sim {\cal N}(0,\omega^2).

  • Power-normal (or Box-Cox) distribution:

Here, h(\psi_i) = \frac{\psi_i^\lambda -1}{\lambda} (with \lambda > 0) follows a normal distribution truncated so that h(\psi_i)>0. It therefore takes positive values. This distribution converges to a log-normal one when \lambda \to 0 and a truncated normal one when \lambda \to 1.

  • Logit-normal distribution:

A random variable \psi_i with a logit-normal distribution takes its values in (0,1). The logit of \psi_i is normally distributed, i.e.,

\text{logit}(\psi_i) = \log \left(\frac{\psi_i}{1-\psi_i}\right) \ \sim \ \ {\cal N}( \text{logit}(\tilde{\psi}_i), \omega^2).

  • Probit-normal distribution:

A random variable \psi with a probit-normal distribution also takes its values in (0,1).The probit function is the inverse cumulative distribution function (quantile function) \Phi^{-1} associated with the standard normal distribution {\cal N}(0,1):

\text{probit}(\psi_i) = \Phi^{-1}(\psi_i) \ \sim \ {\cal N}( \Phi^{-1}(\tilde{\psi}_i), \omega^2) .

The probit-normal distribution with m=0.5 and \omega=1 is the uniform distribution on [0,1]. Logit and probit transformations can be generalized to any interval (a,b) by setting  \psi_{(a,b)} = a + (b-a)\psi_{(0,1)} , where \psi_{(0,1)} is a random variable that takes values in (0,1) with a logit-normal (or probit-normal) distribution.

Marginal distributions of the individual parameters

  • warfarin_distribution1_project (data = ‘warfarin_data.txt’, model = ‘lib:oral1_1cpt_TlagkaVCl.txt’)

We use the warfarin PK example here. The four PK parameters Tlag, ka, V and Cl are log-normally distributed:

Letter L is then used for these four log-normal distributions in the main Monolix graphical user interface:

The distribution of the 4 PK parameters defined in the MonolixGUI is automatically translated into Mlxtran in the project file:

[INDIVIDUAL]
input = {Tlag_pop, omega_Tlag, ka_pop, omega_ka, V_pop, omega_V, Cl_pop, omega_Cl}
DEFINITION:
Tlag = {distribution=lognormal, typical=Tlag_pop, sd=omega_Tlag}
ka = {distribution=lognormal, typical=ka_pop, sd=omega_ka}
V = {distribution=lognormal, typical=V_pop, sd=omega_V}
Cl = {distribution=lognormal, typical=Cl_pop, sd=omega_Cl}

Estimated parameters are the parameters of the 4 log-normal distributions and the parameters of the residual error model:

Here, V_{\rm pop} = 7.94 and \omega_V=0.22 means that the estimated population distribution for the volume is:\log(V_i) \sim {\cal N}(\log(7.94) , 0.22^2) or, equivalently, V_i = 7.94\, e^{\eta_i}where \eta_i \sim {\cal N}(0,0.22^2).
Remark: V_{\rm pop} = 7.94 is not the population mean of the distribution of V_i, but the median of this distribution.
The four probability distribution functions are displayed Figure Parameter distributions:

Click on Settings and select the checkbox Informations to display a summary of these distributions:

Remark 1: V_{\rm pop} is not the population mean of the distribution of V_i, but the median of this distribution. The same property holds for the 3 other distributions which are not Gaussian.
Remark 2: here, standard deviations \omega_{Tlag}, \omega_{ka}, \omega_V and \omega_{Cl} are approximatively the coefficients of variation (CV) of Tlag, ka, V and Cl since these 4 parameters are log-normally distributed with variances < 1.

  • warfarin_distribution2_project (data = ‘warfarin_data.txt’, model = ‘lib:oral1_1cpt_TlagkaVCl.txt’)

Other distributions for the PK parameters are used in this project:

  • we use a uniform distribution on (0,3) for Tlag. This is equivalent to rescale a probit-normal distribution on (0,3)


and fix the population value Tlag_{\rm pop} to 1.5 (=(0 + 3)/2) and the standard deviation \omega_{Tlag} to 1:

  • we use a logit-normal distribution rescaled on (0.25, 4.25) for ka:

  • a normal distribution for V
  • a log-normal distribution for Cl

Distributions of Tlag and ka are therefore defined as Custom:

Estimated parameters are the parameters of the 4 transformed normal distributions and the parameters of the residual error model:

Here, Tlag_{\rm pop} = 1.5 and \omega_{Tlag}=1 means that Tlag_i \sim Unif([0,3]) while ka_{\rm pop} = 1.91 and \omega_{ka}=1.9 means that

\textrm{logit}(\frac{ka_i-0.25}{4}) \sim {\cal N}(\textrm{logit}(\frac{1.91-0.25}{4}) , 1.9^2)

The four probability distribution functions are displayed Figure Parameter distributions:

Remark 1: population values Tlag_{\rm pop}, ka_{\rm pop}, V_{\rm pop} and Cl_{\rm pop} are the medians of the distributions of the 4 PK parameters.
Remark 2: here, standard deviations \omega_{Tlag}, \omega_{ka} and \omega_{V} cannot be interpreted as coefficients of variation (CV) since Tlag, ka and V[ are not log-normally distributed.

Correlation structure of the random effects

  • warfarin_distribution3_project (data = ‘warfarin_data.txt’, model = ‘lib:oral1_1cpt_TlagkaVCl.txt’)

Correlation between the random effects can be introduced in the model. A block structure is used in this project, assuming linear correlations between \eta_{Tlag,i} and \eta_{ka,i} and between \eta_{V,i} and \eta_{Cl,i}:

Estimated population parameters now include these 2 correlations:

Remark: corr_Tlag_ka is not the correlation between the individual parameters Tlag_i and ka_i but the (linear) correlation between the random effects \eta_{Tlag,i} and \eta_{ka,i}.

  • warfarin_distribution4_project (data = ‘warfarin_data.txt’, model = ‘lib:oral1_1cpt_TlagkaVCl.txt’)

In this example, Tlag_i does not vary in the population, which means that \eta_{Tlag,i}=0 for all i, while the three other random effects are correlated:

Estimated population parameters now include the 3 correlations between \eta_{ka,i}, \eta_{V,i} and \eta_{Cl,i} :

modal close image