Skip to content
forked from tasmi/pyloess

loess smoother / stl seasonal trend decomposition, originally from scipy.sandbox.pyloess

License

Notifications You must be signed in to change notification settings

tdhopper/pyloess

 
 

Repository files navigation

pyloess: a numpy wrapper to lowess and stl.

Build with Conda

  • Install Conda
  • Create conda environment: $ conda create -n pyloess python=3 gcc numpy pip
  • Activate environment: $ source activate pyloess
  • Install: $ python setup.py install

From original readme:

LOWESS

The initial file is available at: http://netlib.bell-labs.com/netlib/go/lowess.f.gz Simple to double precision conversion by Pierre GERARD-MARCHANT, 2007/03.

STL

The initial file is available at: http://netlib.bell-labs.com/netlib/a/stl.gz Simple to double precision conversion by Pierre GERARD-MARCHANT, 2007/03.

About

loess smoother / stl seasonal trend decomposition, originally from scipy.sandbox.pyloess

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Fortran 81.4%
  • Python 15.2%
  • C 2.9%
  • Makefile 0.4%
  • SourcePawn 0.1%
  • Batchfile 0.0%