Expand description
Statistical functions for baseline comparison and regression detection
This module provides core statistical operations used by both the statistical window approach and Bayesian change point detection.
Functionsยง
- confidence_
interval - Calculate confidence interval bounds
- mean
- Calculate the arithmetic mean of a slice of values
- standard_
deviation - Calculate the standard deviation of a slice of values
- variance
- Calculate the variance of a slice of values
- z_score
- Calculate the z-score: how many standard deviations a value is from the mean