tr_estimate {semidist}R Documentation

Estimate the trace of the covariance matrix and its square

Description

For a design matrix X\mathbf{X}, estimate the trace of its covariance matrix Σ=cov(X)\Sigma = \mathrm{cov}(\mathbf{X}), and the square of covariance matrix Σ2\Sigma^2.

Usage

tr_estimate(X)

Arguments

X

The design matrix.

Value

A list with elements:


[Package semidist version 0.1.0 Index]