CalibrationResult
calibrate.CalibrationResult(posterior, weighted, n_populations, final_epsilon)Posterior draws and diagnostics from an ABC-SMC calibration.
Attributes
| Name | Type | Description |
|---|---|---|
| posterior | pd.DataFrame | Equally-weighted posterior draw matrix with a RangeIndex named iteration, ready for heormodel.run.run_psa. |
| weighted | pd.DataFrame | The raw weighted particle population (columns = parameters, plus a weight column). |
| n_populations | int |
Number of ABC-SMC populations run. |
| final_epsilon | float |
Acceptance threshold of the final population. |