.. title:: stats lisa.stats ========== .. toctree:: :hidden: Stats guess_mean_kind series_mean_stats .. module:: lisa.stats .. withrefctx:: :module: lisa.stats .. automodule:: lisa.stats :no-index: :no-members: :no-inherited-members: :no-undoc-members: :no-private-members: :no-special-members: .. rubric:: Classes .. list-table:: :align: left * - :class:`~lisa.stats.Stats` - .. withrefctx:: :module: lisa.stats :class: lisa.stats.Stats Compute the statistics on an input :class:`pandas.DataFrame` in "database" format. .. rubric:: Functions .. list-table:: :align: left * - :func:`~lisa.stats.guess_mean_kind` - .. withrefctx:: :module: lisa.stats Guess which kind of mean should be used to summarize results in the given unit. * - :func:`~lisa.stats.series_mean_stats` - .. withrefctx:: :module: lisa.stats Compute the mean along with the a confidence interval based on the T-score.