robjhyndman/forecast

forecast package for R

RC++CTeXOthercranrforecastforecasting
This is stars and forks stats for /robjhyndman/forecast repository. As of 28 Apr, 2024 this repository has 1064 stars and 335 forks.

forecast The R package forecast provides methods and tools for displaying and analysing univariate time series forecasts including exponential smoothing via state space models and automatic ARIMA modelling. A complementary forecasting package is the fable package, which implements many of the same models but in a tidyverse framework. Installation You can install the stable version from CRAN. install.packages('forecast', dependencies = TRUE) You can install the development version from Github # install.packages("remotes") remotes::install_github("robjhyndman/forecast") Usage library(forecast) library(ggplot2) # ETS forecasts USAccDeaths %>% ets() %>% forecast() %>% autoplot() # Automatic ARIMA forecasts WWWusage %>% auto.arima() %>% forecast(h=20) %>% autoplot() # ARFIMA forecasts library(fracdiff) x <- fracdiff.sim( 100, ma=-.4, d=.3)$series arfima(x) %>% forecast(h=30) %>% autoplot() # Forecasting with STL USAccDeaths %>% stlm(modelfunction=ar) %>% forecast(h=36) %>% autoplot() AirPassengers %>% stlf(lambda=0) %>% autoplot() USAccDeaths %>% stl(s.window='periodic') %>% forecast() %>% autoplot() # TBATS forecasts USAccDeaths %>% tbats() %>% forecast() %>% autoplot() taylor %>% tbats() %>% forecast() %>% autoplot() For more information Get started in forecasting with the online textbook at http://OTexts.org/fpp2/ Read the Hyndsight blog at https://robjhyndman.com/hyndsight/ Ask forecasting questions on http://stats.stackexchange.com/tags/forecasting Ask R questions on http://stackoverflow.com/tags/forecasting+r Join the International Institute of Forecasters: http://forecasters.org/ License This package is free and open source software, licensed under GPL-3.
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
ugexe/zefRaku2040490
Raku/nqpRakuJavaJavaScript32201340
grain-lang/grainReasonOCamlOther3k01100
tree-sitter/tree-sitterRustCJavaScript13.3k01k0
RustPython/RustPythonRustPythonJavaScript15.7k+351.1k+4
leftwm/leftwmRustRoffShell2.5k01750
boa-dev/boaRustOther4.2k+93610
hyperium/hyperRustCOther12.6k+451.4k+2
pola-rs/polarsRustPythonOther20.8k+1391.2k+10
rust-lang/bookRustXSLTShell13k+253.1k+7