Skip to content

errx/go-asap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-asap: ASAP smoothing

https://github.com/stanford-futuredata/ASAP

Usage

package main

import "github.com/errx/go-asap"

func main() {
	data := []float64{12751, 8767, 7005, 5257, 4189, 3236, 2817, 2527, 2406, 1961}
	smoothed := asap.Smooth(data, 3)
}

About

ASAP smoothing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages