tr_estimate | R Documentation |
For a design matrix \mathbf{X}
, estimate the trace of its covariance matrix \Sigma = \mathrm{cov}(\mathbf{X})
,
and the square of covariance matrix \Sigma^2
.
tr_estimate(X)
X |
The design matrix. |
A list with elements:
tr_S
: estimate for trace of \Sigma
;
tr_S2
: estimate for trace of \Sigma^2
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.