Internally many multivariate distributions represent the scale as a subtype of PDMats.AbstractPDMat, yet cov and invcov call full before returning it. This seems premature, eg suppose the user wants to do an eigendecomposition before some transformation, then it has to be converted back, or reconstructed from the parameters.
Internally many multivariate distributions represent the scale as a subtype of
PDMats.AbstractPDMat, yetcovandinvcovcallfullbefore returning it. This seems premature, eg suppose the user wants to do an eigendecomposition before some transformation, then it has to be converted back, or reconstructed from the parameters.