Registry / utility / vividcortex-ewma

vividcortex-ewma

JSON →
library1.2.0gogounverified

Implements exponentially weighted moving averages for time series data.

go get github.com/VividCortex/ewma
INSTALL
IMPORT
SIG · VIVIDCORTEX-EWMA
V
vividcortex-ewma
utilitygov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ewma
github.com/VividCortex/ewma

Create and use an exponentially weighted moving average.

package main import ( "fmt" "github.com/VividCortex/ewma" ) func main() { ew := ewma.NewMovingAverage() ew.Add(10) ew.Add(20) fmt.Println(ew.Value()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources