## kernels.ParityReport


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


Usage

``` python
kernels.ParityReport(
    reference,
    table,
    z_tol,
)
```


## Parameter Attributes


`reference: str`  

`table: pd.DataFrame`  

`z_tol: float`  


## Methods

| Name | Description |
|----|----|
| [failures()](#failures) | Rows that breach the mean or sd z-tolerance (empty when parity holds). |
| [summary()](#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

``` python
failures()
```


------------------------------------------------------------------------


#### summary()


Worst mean/sd z and KS per compared backend.


Usage

``` python
summary()
```
