Class monthlyCubicBSpline¶
Defined in File MonthlyCubicBSpline.hpp
Class Documentation¶
-
class monthlyCubicBSpline¶
A class for constructing cubib b-splines for equally spaced monthly data. The functions ensure that the result is fully cyclic and takes leap years into account. The heavy lifting is done by boost’s cardinal_cubic_b_spline.
Public Functions
-
inline explicit monthlyCubicBSpline(const std::vector<FloatType> &f)¶
The constructor for a monthlyCubicBSpline object.
- Parameters:
f – A vector of length 12 containing the monthly values for the spline
-
inline explicit monthlyCubicBSpline(const std::vector<FloatType> &f)¶