View source: R/nonlinearTests.R
mcleodLiTest | R Documentation |
McLeod-Li test for conditional heteroscedascity (ARCH).
mcleodLiTest(time.series, lag.max)
time.series |
The original time.series. |
lag.max |
Maximum number of lags for which to test for conditional heteroscedascity. |
A list containing the p.values for each of the Ljung-Box tests computed using lags ranging from 1 to lag.max.
Tsay, Ruey S., and Rong Chen. Nonlinear time series analysis. Vol. 891. John Wiley & Sons, 2018.
nonlinearityTest
, keenanTest
,
tsayTest
, thresholdTest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.