scale_precmat {makemyprior} | R Documentation |
Scaling a precision matrix so the corresponding covariance matrix has typical variance (geometric mean) equal to 1.
scale_precmat(Q)
Q |
Precision matrix |
Precision matrix which is now scaled to have typical variance 1.
scale_precmat(diag(10))