Skip to content

timeseries provides utilities to manipulate and analyze timeseries data

License

Notifications You must be signed in to change notification settings

solvip/timeseries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timeseries

Build Status

Package timeseries provides utilities to manipulate and analyze timeseries data. For compatability with Gonum, a Timeseries is simply a pair of float64 slices, representing the X and the Y axis. You can manipulate them as you wish, but ensure two things:

  • Many of the methods in this library assume that the data is sorted. If you do not insert in sorted order, ensure that you call Sort()

  • Ensure that Timeseries.Xs and Timeseries.Ys is always of equal length if you manipulate them without the accessors provided. Violating this constraint will result in pancis.

At the time of this writing(May, 2018), please do not assume API stability.

License

timeseries is licensed under MIT. See LICENSE

About

timeseries provides utilities to manipulate and analyze timeseries data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages