WebCab Probability and Statistics for COM v3.3 Demo

WeibullProbabilityDistribution.SetShape Method 

Sets the Shape parameter of the Weibull Probability Distribution.

public void SetShape(
   double shape
);

Parameters

shape
The Shape parameter of the Weibull probability distribution.

Remarks

Note that the Shape parameter musty be strictly positive (i.e. >0).

See Also

WeibullProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace