Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MovingAverage ¶
type MovingAverage struct {
// contains filtered or unexported fields
}
func Constructor ¶
func Constructor(size int) MovingAverage
func (*MovingAverage) Next ¶
func (mv *MovingAverage) Next(value int) float64
Click to show internal directories.
Click to hide internal directories.