# DispersionTestResult


Result of a dispersion test.


Usage

``` python
DispersionTestResult(
    dispersion,
    chi2_stat,
    p_value,
)
```


## Attributes


`dispersion: float`  
Estimated dispersion ratio (should be ~1 for correctly specified Poisson/Binomial).

`chi2_stat: float`  
Chi-squared test statistic.

`p_value: float`  
Two-sided p-value.
