# `amfora.core.statistics`

Cross-sherd statistical analysis: PCA, clustering, hierarchical dendrograms, group comparisons. Operates on the DataFrame produced by `amfora.full_analysis`.

Source: [`src/amfora/core/statistics.py`](https://github.com/aleciaco/AMFOrA_public/blob/main/src/amfora/core/statistics.py).

## Convenience entry points

```{eval-rst}
.. autofunction:: amfora.core.statistics.quick_ceramic_analysis
.. autofunction:: amfora.core.statistics.compare_assemblages
```

## Classes

```{eval-rst}
.. autoclass:: amfora.core.statistics.CeramicStatisticalAnalyzer
   :members:
   :show-inheritance:

.. autoclass:: amfora.core.statistics.CeramicVisualization
   :members:
   :show-inheritance:
```
