Comprehensive documentation of our Bayesian pharmacokinetic modeling platform for precision antimicrobial dosing
This Bayesian pharmacokinetic (PK) drug dosing platform provides evidence-based, individualized dosing recommendations for antimicrobial agents requiring therapeutic drug monitoring. The system combines population pharmacokinetic models with patient-specific data to optimize dosing regimens while minimizing toxicity risk.
Our platform implements Bayesian Maximum A Posteriori (MAP) estimation, which combines population PK parameters (prior knowledge) with individual patient measurements (observed data) to generate personalized parameter estimates.
Total Objective = Data SSE + Prior Penalty
Data SSE: Σ[(Cobs - Cpred)² / (CV × Cobs)²]
Prior Penalty: Σ[(θindividual - θpopulation) / (CV × θpopulation)]²
Where CV = coefficient of variation (typically 10% for measurements, 30% for parameters)
Elimination Rate Constant:
ke = CL / Vd
Concentration at Time t (IV Infusion):
C(t) = (Dose / Vd) × [(1 - e-ke·tinf) / (ke × tinf)] × e-ke·(t - tinf)
where tinf = infusion duration
Steady-State Concentration:
Css(t) = (Dose / Vd) × [(1 - e-ke·tinf) / (ke × tinf)] × [e-ke·(t - tinf) / (1 - e-ke·τ)]
where τ = dosing interval
Area Under the Curve (24 hours):
AUC24 = (24 / τ) × (Dose / CL)
Half-Life:
t½ = 0.693 / ke
Hybrid Constants:
α = 0.5 × [(k10 + k12 + k21) + √((k10 + k12 + k21)² - 4·k10·k21)]
β = 0.5 × [(k10 + k12 + k21) - √((k10 + k12 + k21)² - 4·k10·k21)]
Micro-Constants:
k10 = CL / Vc
k12 = Q / Vc
k21 = Q / Vp
Concentration at Time t:
C(t) = A × e-α·t + B × e-β·t
where A and B are coefficients dependent on dose, infusion rate, and micro-constants
Structural Parameters:
Our platform implements three algorithms for handling changing creatinine clearance:
| Model | Compartments | Population | Target | Monitoring |
|---|---|---|---|---|
| Matzke-Pai (MP) | One | General adult inpatients | AUC24 400-600 mg·hr/L | Peak (2hr post-infusion) + Trough |
| Goti 2018 | Two | Non-dialysis adults | AUC24 400-600 mg·hr/L | Peak + Trough |
| Carreno 2017 | Two | Obese adults (BMI ≥40) | AUC24 400-600 mg·hr/L | Peak + Trough |
| Drug | Model | Strategy | Target Peak | Target Trough |
|---|---|---|---|---|
| Gentamicin | Matzke-Pai (One-compartment) | Traditional: 1.5 mg/kg q8-24h Pulse: 5 mg/kg q24-48h |
17.5 mg/L | ≤0.3 mg/L (pulse) 0.5-2 mg/L (traditional) |
| Tobramycin | Matzke-Pai (One-compartment) | Traditional: 1.5 mg/kg q8-24h Pulse: 5 mg/kg q24-48h |
17.5 mg/L | ≤0.3 mg/L (pulse) 0.5-2 mg/L (traditional) |
| Amikacin | Matzke-Pai (One-compartment) | Traditional: 5 mg/kg q8-24h Pulse: 15 mg/kg q24-48h |
60 mg/L | ≤0.9 mg/L (pulse) 5-10 mg/L (traditional) |
Volume of Distribution:
Vancomycin: Vd = 0.65 L/kg × Dosing Weight
Aminoglycosides: Vd = 0.25 L/kg × Dosing Weight
Elimination Rate (Vancomycin):
ke = 0.00107 × (CrClnorm) + 0.005216
where CrClnorm = CrCl × 1.73 / BSA (mL/min/1.73m²)
Elimination Rate (Aminoglycosides):
ke = 0.0026 × CrCl + 0.014
where CrCl in mL/min (individualized, not normalized)
Clearance:
CL = ke × Vd
Reference: Goti V, et al. Therapeutic Drug Monitoring 2018;40(1):83-91
PubMed ID: 29095809
Population Parameters:
Study Population: Non-dialysis adult inpatients receiving vancomycin
Validation: 143 patients, 397 vancomycin concentrations
Reference: Carreno JJ, et al. Antimicrob Agents Chemother 2017;61(4):e02453-16
PubMed ID: 28115349
Population Parameters (Model 4 - BMI ≥40):
Study Population: Morbidly obese adults (BMI ≥40 kg/m², mean 110 kg)
Validation: 12 patients, 56 vancomycin concentrations
Body Surface Area (Mosteller Formula):
BSA (m²) = √[(Heightcm × Weightkg) / 3600]
Lean Body Weight (Devine Formula):
Males: LBW = 50 kg + 2.3 kg per inch over 5 feet
Females: LBW = 45.5 kg + 2.3 kg per inch over 5 feet
Dosing Weight:
If IBW < TBW ≤ 1.3×IBW: Dosing Weight = TBW
If TBW > 1.3×IBW: Dosing Weight = IBW + 0.4×(TBW - IBW)
Creatinine Clearance (Cockcroft-Gault):
Males: CrCl = [(140 - Age) × LBW] / (72 × SCr)
Females: CrCl = 0.85 × [(140 - Age) × LBW] / (72 × SCr)
where SCr in mg/dL, LBW in kg, CrCl in mL/min
| Variable | Units | PK Impact | Clinical Significance |
|---|---|---|---|
| Age | Years | Creatinine clearance calculation (Cockcroft-Gault) | Renal function declines with age; affects elimination |
| Sex | Male/Female | 0.85 multiplier for females in CrCl calculation | Physiologic difference in muscle mass affects SCr baseline |
| Weight | Kilograms | Volume of distribution (Vd ∝ weight) | Larger patients have greater distribution space |
| Height | Inches or cm | BSA calculation (CrCl normalization), LBW calculation | Body size affects drug distribution and renal function |
| Measurement | Units | Frequency | Purpose |
|---|---|---|---|
| Serum Creatinine (SCr) | mg/dL | Daily (recommended) | Real-time renal function assessment; dynamic CrCl calculation |
| Drug Concentrations | mg/L (µg/mL) | Per protocol | Bayesian parameter estimation; dose optimization |
Marshall Pierce
Credentials: BS Pharmacy, PharmD
Background:
[Name]
Credentials: [Credentials]
Expertise:
For clinical inquiries: marshallmrmc@gmail.com
For technical support: marshallmrmc@gmail.com
Institution: No Affiliation
| Algorithm | Use Case | Advantages |
|---|---|---|
| L-BFGS-B | Individual Bayesian fitting (2 parameters) | Fast convergence, bounded optimization, gradient-based |
| Nelder-Mead | Population parameter optimization (3-5 parameters) | Derivative-free, robust to local minima, no gradient required |
| Metric | Definition | Target | Clinical Interpretation |
|---|---|---|---|
| R² (Coefficient of Determination) | 1 - (SSresidual / SStotal) | ≥0.70 | Proportion of variance explained by model |
| MPE% (Mean Prediction Error) | Mean[(Pred - Obs) / Obs] × 100 | ±10% | Systematic bias; positive = over-prediction |
| MAPE% (Mean Absolute Prediction Error) | Mean[|Pred - Obs| / Obs] × 100 | ≤15% | Average magnitude of prediction error |
| RMSE (Root Mean Squared Error) | √[Mean((Pred - Obs)²)] | Drug-specific | Overall prediction precision in concentration units |
| NRMSE% (Normalized RMSE) | (RMSE / Meanobs) × 100 | ≤20% | Dimensionless error; enables cross-drug comparison |
This platform is intended solely for use by licensed pharmacists, physicians, and other qualified healthcare professionals trained in pharmacokinetics and therapeutic drug monitoring. Unauthorized use is prohibited.
This software, including all recommendations, calculations, equations, population models, and content, is provided "AS IS" and "AS AVAILABLE" without warranty of any kind, either express or implied, including but not limited to:
This platform is designed as an educational and informational tool to support, but NOT replace, the clinical judgment, experience, training, and expertise of qualified healthcare professionals. Key limitations include:
To the maximum extent permitted by applicable law, the developers, contributors, maintainers, distributors, and any affiliated institutions or individuals (collectively "the Providers") shall NOT BE LIABLE for any damages whatsoever arising from or related to the use of, or inability to use, this platform, including but not limited to:
This limitation applies whether the claim is based on warranty, contract, tort (including negligence), strict liability, or any other legal theory.
By using this platform, healthcare professionals acknowledge and agree to the following responsibilities:
Use of this platform does not alter or supersede applicable standards of care, professional practice guidelines, or regulatory requirements. Healthcare professionals must:
The Providers reserve the right to modify, update, or discontinue this platform at any time without notice. Users are responsible for ensuring they are using the most current version and for reviewing any updates to methodology, models, or calculations.
Any disputes arising from use of this platform shall be governed by applicable laws. Users agree that use of this platform constitutes acceptance of these terms and limitations.
If you have questions about appropriate use of this platform, clinical methodology, or specific patient cases, please consult with experienced colleagues, specialists, or clinical pharmacokinetics experts. Report any suspected software errors or safety concerns to the development team immediately.
Last Updated: July 14, 2026 | Platform Version: 2.0
For questions or feedback, please contact the development team through the main application.