Astropy (experimental)#
This module contains some functions related to _astropy under stats.
See also
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).
# (recommended)
from astropy import stats
# (optionally) scikit-plots stats also include astropy stats
import scikitplot.stats as stats
from scikitplot import stats
# (optionally) Only astropy stats
import scikitplot.cexternals._astropy.stats as stats
from scikitplot.cexternals._astropy import stats