https://github.com/cran/forecast
Revision 9d166823f2b5f5a97a20bd5829bc3b5f3e60459b authored by Rob J Hyndman on 30 September 2013, 00:00:00 UTC, committed by Gabor Csardi on 30 September 2013, 00:00:00 UTC
1 parent 4e991f8
Raw File
Tip revision: 9d166823f2b5f5a97a20bd5829bc3b5f3e60459b authored by Rob J Hyndman on 30 September 2013, 00:00:00 UTC
version 5.0
Tip revision: 9d16682
NAMESPACE
importFrom("stats", "simulate")
importFrom("stats", "tsdiag")
importFrom("stats", "start")
importFrom("stats", "end")
importFrom("stats", "frequency")
importFrom("stats", "window")
importFrom("stats", "filter")
importFrom(colorspace,sequential_hcl)
importFrom(fracdiff,fracdiff,diffseries,fracdiff.sim)
importFrom(tseries,adf.test,pp.test,kpss.test)
importFrom(zoo,rollmean, as.Date, as.yearqtr)
importFrom(timeDate, as.timeDate, isBizday, difftimeDate, Easter)
importFrom(nnet,nnet)
import(parallel,Rcpp,RcppArmadillo)

export(arfima, Arima, arima.errors, auto.arima, BoxCox, croston,
fitted.Arima, forecast, forecast.ar, forecast.Arima, forecast.ets, forecast.fracdiff,
forecast.HoltWinters, forecast.lm, forecast.stl, forecast.StructTS, forecast.bats, forecast.tbats, accuracy, holt, hw, InvBoxCox, nnetar, forecast.nnetar,
meanf, logLik.ets, monthdays, na.interp, ets, plot.bats, plot.tbats, plot.ets, plot.forecast,
plot.splineforecast, rwf, seasadj, seasonaldummy,naive,snaive,stlf,
seasonaldummyf, seasonplot, ses, sindexf, splinef,tslm,fourier,fourierf,forecast.lm,
thetaf, tsdisplay, simulate.ets, simulate.ar, simulate.Arima, simulate.fracdiff, ndiffs, nsdiffs, dm.test,tbats.components,
Acf,Pacf,ma,CV,BoxCox.lambda,dshw, bats, tbats, msts, getResponse, tsoutliers,
tsclean, bizdays, easter)

S3method(as.data.frame,forecast)
S3method(coef,ets)
S3method(fitted,Arima)
S3method(fitted,fracdiff)
S3method(forecast,default)
S3method(forecast,ar)
S3method(forecast,Arima)
S3method(forecast,ets)
S3method(forecast,fracdiff)
S3method(forecast,HoltWinters)
S3method(forecast,lm)
S3method(forecast,nnetar)
S3method(forecast,stl)
S3method(forecast,StructTS)
S3method(forecast,ts)
S3method(forecast,bats)
S3method(forecast,tbats)
S3method(getResponse,default)
S3method(getResponse,ar)
S3method(getResponse,Arima)
S3method(getResponse,fracdiff)
S3method(getResponse,lm)
S3method(logLik,ets)
S3method(plot,bats)
S3method(plot,tbats)
S3method(plot,ets)
S3method(plot,forecast)
S3method(plot,splineforecast)
S3method(predict,default)
S3method(predict,Arima)
S3method(print,Arima)
S3method(print,ets)
S3method(print,forecast)
S3method(print,msts)
S3method(print,bats)
S3method(print,tbats)
S3method(print,nnetar)
S3method(print,nnetarmodels)
S3method(window,msts)
S3method(residuals,fracdiff)
S3method(residuals,bats)
S3method(simulate,ar)
S3method(simulate,Arima)
S3method(simulate,ets)
S3method(simulate,fracdiff)
S3method(summary,Arima)
S3method(summary,ets)
S3method(summary,forecast)
S3method(tsdiag,ets)
S3method(subset,ts)
S3method(plot,mforecast)
S3method(print,mforecast)
S3method(forecast,varest)
S3method(forecast,forecast)

useDynLib(forecast)
back to top