Pert Distribution Constructor
Constructs a new PERT distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public PertDistribution(
double a,
double b,
double c
)
Parameters
Remarks
The most likely value, b, must lie strictly between the minimum a and the maximum c.
Exceptions
Argument | a is greater than or equal to b. -or- c is less than or equal to b. |