View source: R/regularize_eigen_values.R
rlogDet | R Documentation |
Regularized log determinant for low rank matrix
rlogDet(X, shrink.method = c("var_equal", "var_unequal", "none"), ...)
X |
data matrix |
shrink.method |
Shrink covariance estimates to be positive definite. Using "var_equal" assumes all variance on the diagonal are equal. This method is the fastest because it is linear time. Using "var_unequal" allows each response to have its own variance term, however this method is quadratic time. Using "none" does not apply shrinkge, but is only valid when there are very few responses |
... |
additional arguments passed to adjusted_eigen_values |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.