Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Z-distribution confidence values Z95 = 1.96 Z98 = 2.326 Z99 = 2.576 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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, multiplied by a factor. i.e. if you pass in 1.96, that would be a 95% confidence interval, 2.58 is a 99% confidence interval. (see math for more details) 1 is just 68% or 1 stdev.
Click to show internal directories.
Click to hide internal directories.