lisa.stats.series_mean_stats#
- lisa.stats.series_mean_stats(series, kind, confidence_level=0.95)[source]#
Compute the mean along with the a confidence interval based on the T-score.
- Returns:
A tuple with:
The mean
The standard deviation, or its equivalent
The standard error of the mean, or its equivalent (Harmonic Standard Error, Geometric Standard Error).
The interval, as an 2-tuple of +/- values
- Parameters: