series_desstat {AriGaMyANNSVR}R Documentation

Descriptive Statistics Of A Series

Description

Provides descriptive statistics of a particular series. First column in the output result mentions 10 different statistics and second column contains the Statistics values of the particular series.

Usage

series_descstat(Y)

Arguments

Y

Univariate time series

Value

References

Examples

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

[Package AriGaMyANNSVR version 0.1.0 Index]