powered by
Get comprehensive summary statistics
SummaryStatistics( x, portmanteau = c("Ljung-Box", "Box-Pierce", "Monti"), correlation = c("kendall", "spearman", "pearson"), nlag = 20, digit = 3 )
Get summary statistics
zoo data matrix
portmanteau statistics: "Box-Pierce", "Ljung-Box", "Monti"
correlation coefficient: "pearson", "kendall", "spearman".
number of lags for Weighted Portmanteau statistics
digit Number of decimal places
David Gabauer
# \donttest{ data(dy2012) SummaryStatistics(dy2012) # }
Run the code above in your browser using DataLab