https://github.com/cran/itsmr
Raw File
Tip revision: 8312b117d05799dcba45e2a919601cb876d067ce authored by George Weigt on 06 August 2022, 05:10:02 UTC
version 1.10
Tip revision: 8312b11
NAMESPACE
  importFrom("graphics", "abline", "legend", "lines", "par", "plot",
             "plot.default")
  importFrom("stats", "ARMAacf", "acf", "ar.burg", "ar.yw", "arima",
             "coef", "diffinv", "fft", "filter", "frequency", "is.ts",
             "pchisq", "pnorm", "qqnorm", "rnorm", "start", "time",
             "vcov", "qnorm", "toeplitz")

# Export all names
exportPattern(".")
back to top