Hi All,

There is a PR <https://github.com/numpy/numpy/pull/14197> up that adds a
"mode" variable to `multivariate_normal`. It allows choosing various
options for factoring the passed covariance.


   1. "fast" -- cholesky (x45 legacy method)
   2. "default" -- eigh (used in R I believe)
   3. "legacy" -- svd (current method)
   4. "factor" -- proposed

Feedback is welcome.

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to