keenanTest {nonlinearTseries}R Documentation

Keenan's test

Description

Keenan's test: test for nonlinearity against the null hypothesis that the time series follows some AR process.

Usage

keenanTest(time.series, ...)

Arguments

time.series

The original time.series.

...

Additional arguments for the ar function.

Value

A list containing the results of the test, including:

References

Keenan, D. M. (1985), A Tukey nonadditivity-type test for time series Nonlinearity, Biometrika, 72, 39-44.

See Also

nonlinearityTest, tsayTest, mcleodLiTest,thresholdTest


[Package nonlinearTseries version 0.3.0 Index]