Documentation ¶
Index ¶
- type Covar
- func (cov1 *Covar) A() float64
- func (cov1 *Covar) AddPoint(x, y float64)
- func (cov1 *Covar) B() float64
- func (cov1 *Covar) Combine(cov2 *Covar)
- func (cov1 *Covar) Correl() float64
- func (cov1 *Covar) Covariance() float64
- func (cov1 *Covar) MeanX() float64
- func (cov1 *Covar) MeanY() float64
- func (cov1 *Covar) N() float64
- func (cov1 *Covar) StddevX() float64
- func (cov1 *Covar) StddevY() float64
- func (cov1 *Covar) VarianceX() float64
- func (cov1 *Covar) VarianceY() float64
- type Histogram
- type MeanVar
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Covar ¶
type Covar struct {
// contains filtered or unexported fields
}
func (*Covar) Covariance ¶
type Histogram ¶
func NewHistogram ¶
NewHistogram creates a histograme with buckets defined as: {x > -Inf, x >= buckets[0], x >= buckets[1], ..., x >= buckets[i]}
Click to show internal directories.
Click to hide internal directories.