kernels.ParityReport
Result of comparing one or more ported posteriors to a reference.
Usage
kernels.ParityReport(
reference,
table,
z_tol,
)Parameter Attributes
reference: strtable: pd.DataFramez_tol: float
Methods
| Name | Description |
|---|---|
| failures() | Rows that breach the mean or sd z-tolerance (empty when parity holds). |
| summary() | Worst mean/sd z and KS per compared backend. |
failures()
Rows that breach the mean or sd z-tolerance (empty when parity holds).
Usage
failures()summary()
Worst mean/sd z and KS per compared backend.
Usage
summary()