Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cubic Spline

Python: Cubic Spline Regression For A Time Series Data

I have the data as shown below. I want to find a CUBIC SPLINE curve that fits the entire data set (… Read more Python: Cubic Spline Regression For A Time Series Data

Splines With Python (using Control Knots And Endpoints)

I'm trying to do something like the following (image extracted from wikipedia) #!/usr/bin/env … Read more Splines With Python (using Control Knots And Endpoints)