Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EwmStdLast ¶
Types ¶
type BeatAnalysis ¶
type BeatAnalysis struct { Unstable bool `json:"unstable,omitempty"` LowerBound int64 `json:"lower"` UpperBound int64 `json:"upper"` PercentageWithin int `json:"percentage"` }
func AnalyzeBeats ¶
func AnalyzeBeats(beats []int64) *BeatAnalysis
Click to show internal directories.
Click to hide internal directories.