Skip to content

Cython implementation of the L1 trend fitting.

License

Notifications You must be signed in to change notification settings

arkottke/cyl1tf

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published