WebCab Probability and Statistics Web Services for .NET v3.3 Demo

WeibullProbabilityDistribution.SetGeneral Method 

Set the location and the scale parameters for the General Weibull Probability Distribution.

public void SetGeneral(
   double location,
   double scale
);

Parameters

location
The Location parameter of the Weibull probability distribution.
scale
The scale parameter of the Weibull probability distribution.

See Also

WeibullProbabilityDistribution Class | ProbabilityDistributions Namespace