View source: R/portmanteau_tests.R
diag_portmanteau_ | R Documentation |
Performs the Portmanteau test to assess the Null Hypothesis of Independence in a Time Series
diag_portmanteau_(
x,
order = NULL,
stop_lag = 20,
stdres = FALSE,
test = "Ljung-Box",
plot = TRUE
)
x |
An |
order |
An |
stop_lag |
An |
stdres |
A |
test |
A |
plot |
A logical. If |
James Balamuta, Stéphane Guerrier, Yuming Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.