View source: R/truncate.R View source: R/RcppExports.R
acf_no_center | R Documentation |
This function computes the sample covariance matrix with an optional lag.
acf_no_center(data, lag = 0)
data |
A numeric matrix. |
lag |
An integer specifying the lag. |
A numeric matrix representing the covariance matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.