kernels.ParityReport

Result of comparing one or more ported posteriors to a reference.

Usage

Source

kernels.ParityReport(
    reference,
    table,
    z_tol,
)

Parameter Attributes

reference: str
table: pd.DataFrame
z_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

Source

failures()

summary()

Worst mean/sd z and KS per compared backend.

Usage

Source

summary()