sierra.plugins.proc.statistics.kernels#
Kernels for the different types of statistics generated from experiments.
Functions#
Module Contents#
- sierra.plugins.proc.statistics.kernels.bw(groupby, ungrouped: polars.DataFrame) dict[str, polars.DataFrame][source]#
Generate statistics for plotting box and whisker plots around data points.
Does not support non-numeric data. Applicable to:
- sierra.plugins.proc.statistics.kernels.conf95(groupby, ungrouped: polars.DataFrame) dict[str, polars.DataFrame][source]#
Generate stddev statistics plotting for 95% confidence intervals.
Does not support non-numeric data. Applicable to: