croston_fit_impl {modeltime}R Documentation

Low-Level Exponential Smoothing function for translating modeltime to forecast

Description

Low-Level Exponential Smoothing function for translating modeltime to forecast

Usage

croston_fit_impl(x, y, alpha = 0.1, ...)

Arguments

x

A dataframe of xreg (exogenous regressors)

y

A numeric vector of values to fit

alpha

Value of alpha. Default value is 0.1.

...

Additional arguments passed to forecast::ets


[Package modeltime version 1.2.8 Index]