Package: nortsTest
Title: Assessing Normality of Stationary Process
Version: 1.0.3
Date: 2021-08-16
Authors@R: c(
  person("Asael","Alonzo Matamoros", role = c("aut", "cre"),email = "asael.alonzo@gmail.com"),
  person("Alicia","Nieto-Reyes", role = 'aut', email = "alicia.nieto@unican.es"),
  person("Rob", "Hyndman", email="Rob.Hyndman@monash.edu", role = "ctb"),
  person("Mitchell", "O'Hara-Wild", role = "ctb"),
   person("Trapletti", "A.", role = "ctb")
  )
Description: Despite that several tests for normality in stationary processes have been proposed
   in the literature, consistent implementations of these tests in programming languages are limited. 
   Four normality test are implemented. The Lobato and Velasco's, Epps, Psaradakis and  Vavra, and the 
   random projections tests for stationary process. Some other diagnostics such as, unit root test for 
   stationarity, seasonal tests for seasonality, and arch effect test for volatility; are also performed. 
   The package also offers residual diagnostic for linear time series models developed in several packages.
License: GPL-2
Encoding: UTF-8
NeedsCompilation: no
RoxygenNote: 7.1.1
Depends: R (>= 3.5.0), methods
Imports: forecast, nortest, ggplot2, gridExtra, tseries, uroot, MASS,
        zoo
Suggests: ggfortify
URL: https://github.com/asael697/nortsTest
BugReports: https://github.com/asael697/nortsTest/issues
Packaged: 2021-08-16 12:01:02 UTC; asael_am
Author: Asael Alonzo Matamoros [aut, cre],
  Alicia Nieto-Reyes [aut],
  Rob Hyndman [ctb],
  Mitchell O'Hara-Wild [ctb],
  Trapletti A. [ctb]
Maintainer: Asael Alonzo Matamoros <asael.alonzo@gmail.com>
Repository: CRAN
Date/Publication: 2021-08-16 15:30:07 UTC
Built: R 4.0.2; ; 2021-08-17 11:08:06 UTC; unix
