adaptive_spline_stan_fit_impl: Low-Level ARIMA function for translating modeltime to...

View source: R/parsnip-adaptive_spline.R

adaptive_spline_stan_fit_implR Documentation

Low-Level ARIMA function for translating modeltime to forecast

Description

Low-Level ARIMA function for translating modeltime to forecast

Usage

adaptive_spline_stan_fit_impl(
  x,
  y,
  degree = 1,
  maxInt = 3,
  maxInt.cat = 3,
  npart = NULL,
  ...
)

Arguments

x

A dataframe of xreg (exogenous regressors)

y

A numeric vector of values to fit

degree

degree of splines

maxInt

integer for maximum degree of interaction in spline basis functions

maxInt.cat

(categorical input only) integer for maximum degree of interaction of categorical inputs

npart

minimum number of non-zero points in a basis function

...

Extra arguments

Value

A modeltime model


AlbertoAlmuinha/bayesmodels documentation built on Aug. 13, 2022, 1:45 p.m.