Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 456 Bytes

api.rst

File metadata and controls

18 lines (12 loc) · 456 Bytes

API

Main

The main module includes the Fit function, which runs the bootstrap restarting algorithm.

.. automodule:: piecewise_regression.main
        :members:

Model selection

The model selection module is experimental. It compares models with different n_breakpoints using the Bayesian Information Criterion.

.. automodule:: piecewise_regression.model_selection
        :members: