|
GeneralizedBetaDistributionGolenkoGinzburg Method
|
Constructs a BetaPERT distribution defined in the interval (a, b)
using Golenko-Ginzburg observation that the mode is often at 2/3
of the guessed interval.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static GeneralizedBetaDistribution GolenkoGinzburg(
double min,
double max
)
Public Shared Function GolenkoGinzburg (
min As Double,
max As Double
) As GeneralizedBetaDistribution
Request Example
View SourceParameters
- min
- Type: SystemDouble
The minimum possible value a. - max
- Type: SystemDouble
The maximum possible value b.
Return Value
Type:
GeneralizedBetaDistribution
A Beta distribution initialized using the Golenko-Ginzburg's method.
See Also