# Hypothesis Testing

## Test Statistics

```{eval-rst}
.. automodule:: everwillow.hypotest.test_statistics
   :members:
   :show-inheritance:
   :no-index:
```

## Distributions

```{eval-rst}
.. automodule:: everwillow.hypotest.distributions
   :members:
   :show-inheritance:
   :no-index:
```

## Calculators

```{eval-rst}
.. automodule:: everwillow.hypotest.calculators
   :members:
   :show-inheritance:
   :no-index:
```

## Results

```{eval-rst}
.. automodule:: everwillow.hypotest.results
   :members:
   :show-inheritance:
   :no-index:
```

## Toys

```{eval-rst}
.. automodule:: everwillow.hypotest.toys
   :members:
   :exclude-members: map_fn
   :show-inheritance:
   :no-index:
```

## Upper Limits

```{eval-rst}
.. automodule:: everwillow.hypotest.upper_limit
   :members:
   :show-inheritance:
   :no-index:
```

## Utilities

```{eval-rst}
.. automodule:: everwillow.hypotest.utils
   :members:
   :show-inheritance:
   :no-index:
```
