
A function to construct the integral of a B-spline curve given data and basis coefficients. Used in evaluating the cumulative baseline hazard.
cumulativeBspline.construct(x, basis)
an object that allows the integral of a given B-spline curve to be computed
a vector, the data
an object created by the getBbasis function