Statistics
==========

Confidence bands
^^^^^^^^^^^^^^^^
.. autofunction:: indsl.statistics.confidence.bands

Outlier detection
^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.statistics.outliers.detect_outliers

.. topic:: Examples:

   * :ref:`sphx_glr_auto_examples_statistics_plot_detect_outliers_001.py`
   * :ref:`sphx_glr_auto_examples_statistics_plot_detect_outliers_002.py`

Outlier removal
^^^^^^^^^^^^^^^
.. autofunction:: indsl.statistics.outliers.remove_outliers

.. topic:: Examples:

   * :ref:`sphx_glr_auto_examples_statistics_plot_remove_outliers.py`

Pearson correlation
^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.statistics.pearson_correlation

.. topic:: Examples:

   * :ref:`sphx_glr_auto_examples_statistics_plot_pearson_correlation.py`