Description Usage Arguments Value See Also Examples
This function returns the autocorrelation (ac) estimates of a signal (time series) x of length N. Two types of estimators available : biased (default) and unbiased. In addition, this function has a plot utility to visualize the autocorrelation values with the default lag 50.
1 |
x, |
Numeric, complex or logical vector of length |
biased |
logical TRUE (default) for biased estimator |
demean |
logical to demean signal x before finding the ac (default TRUE) |
normalize |
logical to return the normalized ac values (default) |
onesided |
logical return the two-sided (default) or one-sided ac values |
A vector of autocorrelation values of length 2N-1
(includes positive and negative lags.)
TimeCC()
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.