View source: R/tmb_helper_funs.R
eigen_decomp_covariance | R Documentation |
Do an eigen decomposition to look at poorly estimated parameters from MLE fit
eigen_decomp_covariance(
covariance_matrix,
param_labels = NULL,
delta = .Machine$double.eps
)
covariance_matrix |
symetric covariance matrix |
param_labels |
vector of param labels (optional) |
delta |
a cut off value for 'poorly' defined parameters. |
data frame of eiegen values for the matrix and index of good and bad parameters based on delta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.