Create an instance of the WeibullProbabilityDistribution class representing the Standard Weibull Probability Distribution.
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);
WeibullProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace