slupacf | R Documentation |
Compute the autocorrelation of a time series
slupacf( series, maxlag = NULL, plot = TRUE, ndiff = 0, sdiff = 0, out = TRUE, ci.type = "ma" )
series |
A time series |
maxlag |
Number of partialautocorrelations to return (Null default picks a reasoanble number) |
plot |
Plot of the PACF with bounds? (default is TRUE) |
ndiff |
Number of regular differences (default is 0) |
sdiff |
Number of seasonal differences (default is zero) |
out |
Output the numerical ACF? (default is TRUE) |
ci.type |
Type of confidence bounds ("ma" defualt or "white" for white noise) |
An partial autocorrelation object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.