powered by
This function creates basis matrix for spline model using cubic splines.
make_spline_basis(dof, tgrid)
An integer degrees of freedom.
A grid of time values.
A matrix of cubic spline basis values with `length(tgrid)` x `dof` entries.