WebCab Probability and Statistics for .NET v3.3 Demo

WeibullProbabilityDistribution Constructor

Create an instance of the WeibullProbabilityDistribution class representing the Standard Weibull Probability Distribution.

Overload List

Create an instance of the WeibullProbabilityDistribution class representing the Standard Weibull Probability Distribution.

public WeibullProbabilityDistribution();

Create an instance of the WeibullProbabilityDistribution class representing the Standard Weibull Probability Distribution with a given value of the Shape parameter.

public WeibullProbabilityDistribution(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,double,double);

See Also

WeibullProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace