-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Labels
feature: new generic functionFeature request for a new generic function (i.e. with methods for all distributions)Feature request for a new generic function (i.e. with methods for all distributions)multivariate
Description
I have a code in R which at some point computes the cdf of a multivariate normal distribution using pmvnorm {mvtnorm}. I'm implementing a version of it in Julia, but I don't see how to perform this task using any function in Distributions.jl. Is it possible to have a version of pmvnorm in Julia where we can specify the limits of integration?
Metadata
Metadata
Assignees
Labels
feature: new generic functionFeature request for a new generic function (i.e. with methods for all distributions)Feature request for a new generic function (i.e. with methods for all distributions)multivariate