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

nonlinearityTest

Nonlinearity test


Description

Nonlinearity test

Usage

nonlinearityTest(time.series, verbose = TRUE)

Arguments

time.series

The original time.series from which the surrogate data is generated.

verbose

Logical value. If TRUE, a summary of each of the tests is shown.

Details

This function runs a set of nonlinearity tests implemented by this and other R packages, including:

  • Teraesvirta's neural metwork test for nonlinearity (terasvirta.test).

  • White neural metwork test for nonlinearity (white.test).

  • Keenan's one-degree test for nonlinearity (keenanTest).

  • Perform the McLeod-Li test for conditional heteroscedascity (ARCH). (mcleodLiTest).

  • Perform the Tsay's test for quadratic nonlinearity in a time series. (tsayTest).

  • Perform the Likelihood ratio test for threshold nonlinearity. (thresholdTest).

Value

A list containing the results of each of the tests.

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.