unwind {pmwg} | R Documentation |
Unwinds variance matrix to a vector
Description
Takes a variance matrix and unwind to a vector via Cholesky decomposition then take the log of the diagonal.
Usage
unwind(var_matrix, ...)
Arguments
var_matrix |
A variance matrix |
Value
The unwound matrix as a vector
[Package pmwg version 0.2.7 Index]