Central MVNDistribution
Represents a multi-variate normal distribution with means = 0.0 and the provided covariances. The computed CDF values are to about 2 decimal places using Monte-Carlo integration. There are more efficient and accurate methods to do this computation than done here.
Parameters
the variance-covariance matrix, must not be null, must be square and positive definite
the random number stream number, defaults to 0, which means the next stream
the provider of random number streams, defaults to KSLRandom.DefaultRNStreamProvider
Inheritors
Constructors
Properties
Functions
The probability from -infinity to the upper limit, with the upper limit being the same for all dimensions
Evaluation of the integral. Accuracy should be about 7 decimal places
Computes the CDF over the rectangular region
The upper limit will be Double.POSITIVE_INFINITY
The lower limit will be Double.NEGATIVE_INFINITY