Astropy (experimental)#

This module contains some functions related to _astropy under stats.

Documentation is available in the docstrings and online at https://www.astropy.org/.

Important

Module also available under stats library. User guide for more Astrostatistics Tools (experimental).

# (optionally) Only astropy stats
import scikitplot._astropy.stats as stats
from scikitplot._astropy import stats

# (recommended) scikit-plots stats also include astropy stats
from astropy import stats
from scikitplot import stats
import scikitplot.stats as stats