Defines a multivariate probability distribution.
Computes the probability density function.
Defines an interface for a multivariate probability distribution function.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(multivariate_distribution), | intent(in) | :: | this |
The distribution object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | x |
The values at which to evaluate the function. |
The value of the function.