How is it that the SeasonalNaive forecaster takes ...
# general
f
How is it that the SeasonalNaive forecaster takes a 'level' argument in its predict method? I thought seasonal naive just takes the value from the last cycle which it finds by looking at the season_length. How can it calculate confidence intervals? How does 'level' work for it?
m
Hi Farzad. The confidence levels of the seasonal naive are computed as explained here: https://otexts.com/fpp3/prediction-intervals.html
👍 1
f
Thanks!
👍 1