View source: R/covariance_utils.R
subdiagonal_mean_ratio_fct | R Documentation |
A function which calculates the mean of the secondary diagonals and divide them through the next one. Since the elements can be negative, for the denominator absolute values are used.
subdiagonal_mean_ratio_fct(v, a, d)
v |
vectorized covariance matrix which should be transformed |
a |
vector containing the indices which belong to the diagonal of the covariance matrix |
d |
dimension of the covariance matrix |
a transformed vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.