distribution_function Interface

interface
public pure elemental function distribution_function(this, x) result(rst)

Arguments

Type IntentOptional Attributes Name
class(distribution), intent(in) :: this

The distribution object.

real(kind=real64), intent(in) :: x

The value at which to evaluate the function.

Return Value real(kind=real64)

The value of the function.

Description

Defines the interface for a probability distribution function.