Skip to content

๐ŸŸช Extrapolation and Interpolation Methods โ€‹

Various extrapolation and interpolation methods are used during the calculation of some PK parameters. The mathematical expressions for these methods are shown below.

Linear interpolation โ€‹

If a concentration value must be interpolated between two observed concentration values using linear interpolation, the following equation will be used:

Cinterpolated=C1+|Tinterpolatedโˆ’T1T2โˆ’T1|โˆ—(C2โˆ’C1)

Logarithimic interpolation โ€‹

If a concentration value must be interpolated between two observed concentration values using logarithmic interpolation, the following equation will be used:

Cinterpolated=e[ln(C1)+|Tinterpolatedโˆ’T1T2โˆ’T1|โˆ—[ln(C2)โˆ’ln(C1)]]

Logarithmic extrapolation for Ctau โ€‹

If a value of Ctau is not observed in the dataset, it can be estimated by extrapolating from the last observed concentration using the following equation:

Ctau=Clastโˆ—eโˆ’kelโˆ—(TTauโˆ’Tlast)

Logarithim extrapolation for C0 โ€‹

Backward extrapolation to estimate the concentration at time 0 is performed using the first 2 measured concentrations following dose administration. The first step is to perform a linear regression and estimating the slope (m) and intercept (b) using the following equation:

y=mโˆ—[ln(C)]+b

Then the value for C0 is calculated using the following equation:

C0=eb