Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EWMA ¶
type EWMA struct {
// contains filtered or unexported fields
}
func (*EWMA) AddDatapoint ¶
func (*EWMA) GetNewEWMA ¶
type EWMADropDetector ¶
type EWMADropDetector struct {
// contains filtered or unexported fields
}
func NewEWMADropDetector ¶
func NewEWMADropDetector(ewma *EWMA, sdThresholdFactor float64, trainingPeriod int) *EWMADropDetector
func (*EWMADropDetector) AddDatapoint ¶
func (e *EWMADropDetector) AddDatapoint(value float64) bool
Click to show internal directories.
Click to hide internal directories.