The MAP estimates below are NOT reliable. Do not interpret these as pharmacokinetically meaningful parameters. Review the data and prior, then retry.
Standard errors from inverse Hessian (delta method, natural scale).
{% elif result.converged %}Hessian not positive-definite: standard errors suppressed.
{% endif %}| Parameter | Estimate | SE | Units |
|---|---|---|---|
| CL_F (apparent clearance) | {{ fmt(result.CL_F) }} | {{ fmt(result.CL_F_se) }} | L/h |
| Vz_F (apparent volume) | {{ fmt(result.Vz_F) }} | {{ fmt(result.Vz_F_se) }} | L |
| ka (absorption rate) | {{ fmt(result.ka) }} | {{ fmt(result.ka_se) }} | 1/h |
| CL (systemic clearance) | {{ fmt(result.CL) }} | {{ fmt(result.CL_se) }} | L/h |
| Vz (volume of distribution) | {{ fmt(result.Vz) }} | {{ fmt(result.Vz_se) }} | L |
| k (elimination rate) | {{ fmt(result.k) }} | N/A | 1/h |
| t½ (half-life) | {{ fmt(result.half_life) }} | N/A | h |
| Parameter | Value | Units |
|---|---|---|
| AUCinf | {{ fmt(result.AUCinf) }} | h * conc |
| Cmax | {{ fmt(result.Cmax) }} | conc |
| Tmax | {{ fmt(result.Tmax) }} | h |
| Time (h) | Observed | Predicted | Residual |
|---|---|---|---|
| {{ "%.2f"|format(t) }} | {{ "%.4g"|format(obs) }} | {{ "%.4g"|format(pred) }} | {{ "%.4g"|format(obs - pred) }} |