Open
Description
Hi,
Some of the distributions from scipy
that you have implemented (laplace, logistic, norm) support their .cdf
method for evaluating the cumulative distribution function. One that does not is jax.random.multivariate_normal
. It would be great if you could add support for the multivariate normal CDF. The here is the doc of scipy's multivariate_normal.
Please:
- Check for duplicate requests.
- Describe your goal, and if possible provide a code snippet with a motivating example.