forked from robjhyndman/forecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
18 lines (18 loc) · 907 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: forecast
Version: 5.4
Title: Forecasting functions for time series and linear models
Description: Methods and tools for displaying and analysing
univariate time series forecasts including exponential smoothing
via state space models and automatic ARIMA modelling.
Depends: R (>= 3.0.2), stats, graphics, zoo, timeDate
Imports: tseries, fracdiff, Rcpp (>= 0.11.0), nnet, colorspace, parallel
Suggests: Rmalschains, testthat, fpp
LinkingTo: Rcpp (>= 0.11.0), RcppArmadillo (>= 0.2.35)
LazyData: yes
ByteCompile: TRUE
Author: Rob J Hyndman <[email protected]> with contributions from
George Athanasopoulos, Slava Razbash, Drew Schmidt, Zhenyu Zhou, Yousaf Khan, Christoph Bergmeir, Earo Wang
Maintainer: Rob J Hyndman <[email protected]>
BugReports: https://github.com/robjhyndman/forecast/issues
License: GPL (>= 2)
URL: http://robjhyndman.com/software/forecast/