A toolbox for batch and recursive smoothing methods.
Create a conda environment
conda create -n NAME python=3.9
Then head to the cloned repository and execute
pip install -e .
An example of smoothing using a recursive Newton's method
python examples/recursive/recursive_tr_newton.py