Astropy (experimental)#
This module contains some functions related to _astropy under stats.
Important
Module also available under stats library.
User guide for more Astrostatistics Tools (experimental).
See also
https://docs.astropy.org/en/stable/visualization/histogram.html
https://docs.astropy.org/en/stable/stats/ref_api.html#module-astropy.stats
Documentation is available in the docstrings and online at https://www.astropy.org/.
# (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