Versions in this module Expand all Collapse all v0 v0.1.1 Dec 1, 2022 Changes in this version + var AssumeExact = assumeExact + var AssumeNormal = assumeNormal + var AssumeNothing = assumeNothing + var DefaultThresholds = Thresholds + type Assumption interface + Compare func(s1, s2 *Sample) Comparison + Summary func(s *Sample, confidence float64) Summary + SummaryLabel func() string + type Comparison struct + Alpha float64 + N1 int + N2 int + P float64 + Warnings []error + func (c Comparison) FormatDelta(old, new float64) string + func (c Comparison) String() string + type Sample struct + Thresholds *Thresholds + Values []float64 + Warnings []error + func NewSample(values []float64, t *Thresholds) *Sample + type Summary struct + Center float64 + Confidence float64 + Hi float64 + Lo float64 + Warnings []error + func (s Summary) PctRangeString() string + type Thresholds struct + CompareAlpha float64