View source: R/truncate.R View source: R/RcppExports.R
truncateAndComputeCovariance_lag | R Documentation |
This function truncated the data and computes the sample covariance matrix with an optional lag.
truncateAndComputeCovariance_lag(data, tau, lag = 0)
data |
A numeric matrix. |
tau |
A numeric vector. |
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.