Description Usage Arguments Value See Also Examples
Portmanteau test to detect statistically significant autocorrelation and partial autocorrelation lags.
1  | karma.portmanteau(y, plot = F, N = 100)
 | 
y | 
 A univariate time-series vector; type <numeric> or <ts>.  | 
plot | 
 Option to depict plots during local search; if TRUE (default), AC and PAC plots are active. <logical>  | 
N | 
 Maximum lag at which to calculate autocorrelation and partial autocorrelatin functions; see documentation for acf(), pacf().  | 
Object of class "karma.portmanteau".
1  | autocorrelation.lags = karma.portmanteau( magic.karma(WWWusage)$residuals )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.