algorithms

package
v0.0.0-...-3651c1b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AutoAlg

func AutoAlg(series []int64) int64

func EwmStdLast

func EwmStdLast(series []float64, com float64) float64

func Ewma

func Ewma(series []float64, com float64) []float64

func Validate

func Validate()

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL