WebCab Probability and Statistics for .NET v3.3 Demo

WeibullProbabilityDistribution Constructor (Double, Double, Double)

Create an instance of the WeibullProbabilityDistribution class representing the General Weibull Probability Distribution with a given value of the Shape, Location and Scale parameters.

public WeibullProbabilityDistribution(
   double shape,
   double scale,
   double location
);

Parameters

shape
The Shape parameter of the General Weibull Probability distribution.
scale
The Scale parameter of the General Weibull Probability distribution.
location
The Location parameter of the General Weibull Probability distribution.

See Also

WeibullProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace | WeibullProbabilityDistribution Constructor Overload List