marcelotrevisani / cyl1tf

Cython implementation of the L1 trend fitting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cyL1TF

PyPi Cheese Shop Build Status Code Quality Test Coverage License DOI

A Python library using Cython for using ℓ₁ (L1) trend filtering algorithm developed by Kim et al. (2009):

Kim, S. J., Koh, K., Boyd, S., & Gorinevsky, D. (2009). ℓ₁ trend filtering. SIAM review, 51(2), 339-360. DOI: 10.1137/070690274

Usage

import cyl1tf
fit = cyl1tf.calc_fit(xy, rel_scale=0.01)

See example.ipynb.

Citation

Please cite this software using the DOI.

About

Cython implementation of the L1 trend fitting.

License:MIT License


Languages

Language:Jupyter Notebook 66.6%Language:C 30.3%Language:Python 1.5%Language:Makefile 1.0%Language:Cython 0.5%