diag_portmanteau_ {simts} | R Documentation |
Portmanteau Tests
Description
Performs the Portmanteau test to assess the Null Hypothesis of Independence in a Time Series
Usage
diag_portmanteau_(
x,
order = NULL,
stop_lag = 20,
stdres = FALSE,
test = "Ljung-Box",
plot = TRUE
)
Arguments
x |
An |
order |
An |
stop_lag |
An |
stdres |
A |
test |
A |
plot |
A logical. If |
Author(s)
James Balamuta, Stéphane Guerrier, Yuming Zhang
[Package simts version 0.2.2 Index]