olshena / COVIDNearTerm

1 stars 0 forks source link

simulateHoltMA: model_type="AMN" error. #20

Open isabelweng opened 4 years ago

isabelweng commented 4 years ago

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")