-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 1.63 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: nortsTest
Title: Assessing Normality of Stationary Process
Version: 1.1.2
Date: 2024-01-25
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. Seven normality test are implemented. The asymptotic Lobato & Velasco's, asymptotic Epps, Psaradakis and Vávra, Lobato & Velasco's and Epps sieve bootstrap approximations, El bouch et al., and the random projections tests for univariate 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. Additionally, the El bouch test performs normality tests for bivariate time series. 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.2.3
Depends:
R (>= 3.5.0),
methods
Imports:
forecast,
nortest,
ggplot2,
gridExtra,
cowplot,
tseries,
uroot,
MASS,
zoo
Suggests:
ggfortify,
testthat (>= 3.0.0)
URL: https://github.com/asael697/nortsTest
BugReports: https://github.com/asael697/nortsTest/issues
Config/testthat/edition: 3