Versions in this module Expand all Collapse all v0 v0.0.3 Jul 9, 2020 v0.0.1 Jul 8, 2020 Changes in this version + type ZScore struct + Probability float64 + Score float64 + type ZTable struct + func NewTable() (*ZTable, error) + func (z *ZTable) GetFuzzy(p float64) []*ZScore + func (z *ZTable) GetProbability(s float64) float64 + func (z *ZTable) GetScore(p float64) float64 + func (z *ZTable) Len() int