Top

flavio.statistics module

Module containing everything needed for statistical analyses, fitting, etc.

"""Module containing everything needed for statistical analyses, fitting,
etc."""

from . import probability
from . import functions

Sub-modules

flavio.statistics.functions

Auxiliary functions for statistics.

flavio.statistics.probability

Probability distributions and auxiliary functions to deal with them.