pwlf: piecewise linear fitting¶
Fit piecewise linear functions to data!
- Installation
- How it works
- Examples
- fit with known breakpoint locations
- fit for specified number of line segments
- fitfast for specified number of line segments
- force a fit through data points
- use custom optimization routine
- pass differential evolution keywords
- find the best number of line segments
- model persistence
- bad fits when you have more unknowns than data
- fit with a breakpoint guess
- get the linear regression matrix
- use of tensorflow
- fit constants or polynomials
- specify breakpoint bounds
- non-linear standard errors and p-values
- obtain the equations of fitted pwlf
- weighted least squares fit
- reproducible results
- pwlf package contents
- About
- Requirements
- License