Description Usage Arguments Details Value
For a sample matrix, x
, we compute the sample covariance matrix of the
data as the maximum likelihood estimator (MLE) of the population covariance
matrix.
1 |
x |
data matrix with |
diag |
logical value. If TRUE, assumes the population covariance matrix
is diagonal. By default, we assume that |
If the diag
option is set to TRUE
, then we assume the population
covariance matrix is diagonal, and the MLE is computed under this assumption.
In this case, we return a vector of length p
instead.
sample covariance matrix of size p \times p. If diag
is
TRUE
, then a vector of length p
is returned instead.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.