Low-Level ARIMA function for translating modeltime to forecast
adaptive_spline_stan_fit_impl(
x,
y,
degree = 1,
maxInt = 3,
maxInt.cat = 3,
npart = NULL,
...
)
A dataframe of xreg (exogenous regressors)
A numeric vector of values to fit
degree of splines
integer for maximum degree of interaction in spline basis functions
(categorical input only) integer for maximum degree of interaction of categorical inputs
minimum number of non-zero points in a basis function
Extra arguments
A modeltime model