Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Z-distribution confidence values Z90 = 1.645 Z95 = 1.96 Z98 = 2.326 Z99 = 2.576 Z999 = 3.291 // 99.9% )
View Source
const (
Epsilon = 1e-6
)
Variables ¶
This section is empty.
Functions ¶
func FuzzyEqual ¶ added in v0.8.7
Types ¶
type Statistic ¶
type Statistic struct {
// contains filtered or unexported fields
}
Statistic contains statistics per move
func (*Statistic) Iterations ¶
func (*Statistic) StandardError ¶
StandardError returns the standard error of the statistic.
Click to show internal directories.
Click to hide internal directories.