What problem does it solve?
Estimating SimBiology model parameters from experimental data involves error-prone APIs, confusing property names, and subtle pitfalls like incorrect ResponseMap formats, missing bounds, and misused pooled versus population fitting modes.
Core Features & Use Cases
- Parameter Estimation with fitproblem: Fit single-subject, pooled, or per-subject models using a unified declarative interface with bounds, log transforms, and algorithm selection.
- Population NLME Fitting: Estimate inter-individual variability and random effects with sbiofitmixed, including covariate models via CovariateModel.
- Virtual Patients and NCA: Generate virtual patient cohorts from distributions or NLME results, and compute PK metrics like AUC, C_max, T_half, and clearance with sbionca.
- Use Case: Given multi-subject PK concentration data in a CSV, load it as groupedData, build a fitproblem with sbiofitmixed and a proportional error model, then sample 200 virtual patients from the fitted population parameters.
Quick Start
Ask the agent to fit the SimBiology model parameters ke and ka to the concentration data in pk_data.csv using fitproblem with log transforms and bounds.