View source: R/covariance_functions.R
covariance_i_j_vec | R Documentation |
'covariance_i_j_vec' computes the approximate covariance tensor of the functional data for lag windows defined by i,j; a vectorized version of covariance_i_j.
covariance_i_j_vec(f_data, i, j)
f_data |
the functional data matrix with observed functions in the columns |
i , j |
the indices i,j in 1:T that we are computing the covariance for |
A 4-dimensional array, encoding the covariance tensor of the functional data for lag windows defined by i,j.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.