Weibull Dose
The examples given so far have shown the amount of drug absorbed with respect to time, rising from an initial value (typically zero) to the amount administered.
They can, alternatively, be viewed as the cumulative probability of 1 mg of drug having been absorbed at any given time, multiplied by the total amount (in mg) of drug administered. (Because a density function has unit area under the curve, the scaling ensures that the total dose administered is equal to AMT.) This formulation allows us to consider alternative dosing functions by using different probability distributions.
Note
See the Weibull Dose with no elimination. for Tut Script used to generate results in this section.
One choice that has been proposed [Piotrovskii1987] uses the Weibull distribution [Christensen1980] where the amount,
, absorbed at time
following a dose of AMT at time
is given by

such that

where
(lambda) and
(kappa) are, respectively, scale and shape parameters of the Weibull distribution.
In other words, for 

which can be viewed as a rate absorption constant that varies over time, reflecting the possibility that a molecule of drug may be more likely to be absorbed the longer it is resident in the body (for example, due to passage of the drug into the intestine).
A shortcut for the Weibull dosing function is applied in PoPy using
@weibull{amt: c[AMT], lag: m[LAG], lambda: m[LAMBDA], kappa: m[KAPPA]}
in the equation for the appropriate compartment in the DERIVATIVES section of an input script.
The lag works in the same way as for a bolus dose, delaying the onset of the weibull dose. Again, this can be left out if we assume no lag:
DERIVATIVES: |
d[CENTRAL] = @weibull{amt: c[AMT], lambda: m[LAMBDA], kappa: m[KAPPA]}
Fig. 8 Cumulative amount following a Weibull dose with no elimination