GT-Master / pyloess-py3

PyLoess with Python3 support, originally from scipy.sandbox.pyloess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyloess: a numpy wrapper to lowess and stl.

Build with Conda

  • Install Conda
  • Create conda environment: $ conda create -n pyloess python=3
  • Activate environment: $ source activate pyloess
  • Fixed me in Ubuntu: conda install pandas pip matplotlib
  • Install: $ python setup.py install

Or, install with pip3 and git

sudo pip3 install git+https://github.com/yjiangnan/pyloess.git

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

PyLoess with Python3 support, originally from scipy.sandbox.pyloess

License:MIT License


Languages

Language:Python 56.0%Language:Fortran 33.5%Language:C 10.3%Language:C++ 0.2%Language:Batchfile 0.0%Language:Shell 0.0%