Versions in this module Expand all Collapse all v0 v0.0.2 Sep 18, 2023 v0.0.1 Sep 18, 2023 Changes in this version + type FreqDist struct + Samples map[string]int + func NewFreqDist(samples map[string]int) *FreqDist + func (f *FreqDist) B() int + func (f *FreqDist) N() float64