Description Usage Arguments Value Author(s)
Compute debiased Frobenius Norm of matrix Sigmahat (Appendix 5.8). Note that for S <= 2, it returns the naive estimate.
1 2 3 4 5 6 | frob_norm_sq_debiased(
Sigmahat,
s,
n,
frob_norm_sq_bias_correction_min_samples = 10
)
|
Sigmahat |
The var-cov matrix of interest |
s |
The number of vectors |
n |
The length of each vector |
frob_norm_sq_bias_correction_min_samples |
This estimate suffers from high variance when there are not enough samples. Thus, we only implement the correction beginning at this number of samples otherwise we return the naive estimate. Default is 10. |
The unbiased estimate of the Frobenius Norm of a variance-covariance matrix squared.
Adam Kapelner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.