Closed kylebaron closed 1 year ago
This PR implements the ability to access on diagonal elements of SIGMA in the model functions.
SIGMA
The data are stored as a numeric vector in self.SIGMA. This is zero- based indexing. There is 1-based indexing through the SIGMA() macro (see unit test).
self.SIGMA
SIGMA()
Summary
This PR implements the ability to access on diagonal elements of
SIGMA
in the model functions.The data are stored as a numeric vector in
self.SIGMA
. This is zero- based indexing. There is 1-based indexing through theSIGMA()
macro (see unit test).