which forecasting model is used in forecast() in forecast package in R? -
i used forecast() forecast package in r forecast marks of school student. assumed time series of marks frequency of 4 i.e. quarterly 4 years. results good. want know forecasting model being used in function have little knowledge of statistics , difficult me identify suitable model predicting student's marks. kind of appreciated. thank you.
please read files. here excerpt help(forecast):
the function
forecast.tsmakes forecasts usingetsmodels (if data non-seasonal or seasonal period 12 or less) orstlf(if seasonal period 13 or more).
Comments
Post a Comment