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 Moving ¶
func Moving(window int) *MovingAverage
func (*MovingAverage) Last ¶
func (m *MovingAverage) Last() time.Duration
func (*MovingAverage) Reset ¶
func (m *MovingAverage) Reset()
Click to show internal directories.
Click to hide internal directories.