D.statistic: D-statistic

Description Usage Arguments See Also Examples

Description

Given a numeric vector x, this function calculates the the maximum departure of x from an expected linear increase in cumulative energy based on a white noise model.

Usage

1

Arguments

x

a numeric vector.

See Also

wavVar, wavVarTest, D.table, D.table.critical.

Examples

1
2
3
4
5
6
7
8
9
## compare the D-statistic for a white noise 
## realization and a random walk. the random 
## walk D-statistic will be relatively large in 
## comparison to that of the white noise 
## realization, signifying a stronger departure 
## from an expected increase in cumulative 
## energy. 
D.statistic(rnorm(1024))
D.statistic(cumsum(rnorm(1024)))

wconstan/wmtsa documentation built on May 4, 2019, 2:03 a.m.