mrc-ide / vivax

Individual-based model for P. vivax malaria transmission
MIT License
2 stars 1 forks source link

Re-implement multivariate normal number generation #15

Open giovannic opened 4 years ago

giovannic commented 4 years ago

The code is currently a slightly modified randlib version.

The code:

giovannic commented 1 year ago

This implementation can also fail with negative correlations, because Cholesky decomposition requires a positive definite matrix.