Click or drag to resize
Accord.NET (logo)

GeneralizedBetaDistributionPert Method (Double, Double, Double)

Constructs a BetaPERT distribution defined in the interval (a, b) using usual PERT estimation for the parameters a, b, mode and λ.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static GeneralizedBetaDistribution Pert(
	double min,
	double max,
	double mode
)
Request Example View Source

Parameters

min
Type: SystemDouble
The minimum possible value a.
max
Type: SystemDouble
The maximum possible value b.
mode
Type: SystemDouble
The most likely value m.

Return Value

Type: GeneralizedBetaDistribution
A Beta distribution initialized using the PERT method.
See Also