Predictability Assessment (FDA 1997)
Cmax %PE
{{ pe_cmax }}%
limit <= 15%
AUCinf %PE
{{ pe_auc }}%
limit <= 15%
Mean Abs %PE
{{ mean_abs_pe }}%
limit <= 10%
{{ 'PASS' if overall_pass else 'FAIL' }} -- IVIVC Predictability
IVIVC Plots
Levy Plot Regression
| Slope | {{ levy_slope }} |
| Intercept | {{ levy_intercept }} |
| R-squared | {{ levy_r_squared }} |
| N points (0.05-0.95) | {{ levy_n }} |
Study Info
| Method | {{ method }} |
| In vivo time points | {{ n_iv_timepoints }} |
| Dissolution time points | {{ n_ivt_timepoints }} |
In Vivo Fraction Absorbed
| Time (h) | Conc | F_a |
|---|---|---|
| {{ row.time }} | {{ row.conc }} | {{ row.fa }} |
Predicted vs Observed
| Time (h) | Predicted Conc |
|---|---|
| {{ row.time }} | {{ row.conc }} |
{{ disclaimer }}