series_stationarity {AriGaMyANNSVR}R Documentation

Stationarity Tests Of A Series

Description

Provides a list of three data frames: 'ADF', 'PP', 'KPSS'. Also indicates whether the data is stationary or not according to the null hypothesis of the corresponding tests.

Usage

series_stationarity(Y)

Arguments

Y

Univariate time series

Value

References

Examples

Y <- rnorm(100, 100, 10)
result <- series_stationarity(Y)

[Package AriGaMyANNSVR version 0.1.0 Index]