There’s an error in the forecast: ETS model when we specify “AMN” model type as below. “AAN” model type works fine with the same specifications instead of the model type.
Error in forecast::ets(dat, model = model_type) :
Forbidden model combination
3.
stop("Forbidden model combination")
There’s an error in the forecast: ETS model when we specify “AMN” model type as below. “AAN” model type works fine with the same specifications instead of the model type. Error in forecast::ets(dat, model = model_type) : Forbidden model combination 3. stop("Forbidden model combination")