Description Usage Arguments Value
Function to fit monotonically increasing spline. Returns a function that can be used to predict the spline for each date.
1 | fit_ispline(dates, obs, df = round(length(obs)/3))
|
dates |
dates of observations |
obs |
the observations |
df |
degrees of freedon. |
a function that takse in some number of dates and gives predictions on those
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.