This class is a container for the parameterization of Spline models. This class is experimental and not recommended for use!
Splines-class.RdThis class is a container for the parameterization of Spline models. This class is experimental and not recommended for use!
Slots
df_seasonDegrees of freedom for spline modeling seasonality. This class uses cubic splines, which are not recommended to model periodic patterns.
df_trendDegrees of freedom for spline modeling the time trend
timeTrendIndicates whether a time trend should be included in the model.
timepoints_per_unitNumber of time points within the considered time unit (e.g. 52 for weekly observations in a year).
offsetTRUE if an offset should be included in the model.
formula_bckgA formula which models the 'normal' (background) states.
formulaA formula which models which includes variable(s) to model 'excess' state(s).