Skip to content

Instantly share code, notes, and snippets.

View MichaelTwiton's full-sized avatar

Michael Twiton MichaelTwiton

View GitHub Profile
@ahwillia
ahwillia / msplines.py
Last active May 17, 2024 08:26
Generate M-spline functions in Python
"""
Python code to generate M-splines.
References
----------
Ramsay, J. O. (1988). Monotone regression splines in action.
Statistical science, 3(4), 425-441.
"""
import numpy as np