Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tsayTest

Tsay's test


Description

Tsay's test: test for nonlinearity against the null hypothesis that the time series follows some AR process. This is a generalization of Keenan's test.

Usage

tsayTest(time.series, order)

Arguments

time.series

The original time.series.

order

Order used for the AR model.

Value

A list containing the results of the test, including:

  • test.stat: the F-squared test statistic

  • p.value.

  • order: order of the AR process used for testing.

References

Tsay, R. S. (1986), Nonlinearity test for time series, Biometrika, 73, 461-466.

See Also


nonlinearTseries

Nonlinear Time Series Analysis

v0.2.10
GPL-3
Authors
Constantino A. Garcia [aut, cre], Gunther Sawitzki [ctb]
Initial release
2020-6-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.