multivariate_distribution_function Interface

interface
public pure function multivariate_distribution_function(this, x) result(rst)

Arguments

Type IntentOptional 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.

Return Value real(kind=real64)

The value of the function.

Description

Defines an interface for a multivariate probability distribution function.