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

ContinuousProbabilityDistributionApproximation.SetMidpoints Method 

Sets the mid-point for each class of data.

public void SetMidpoints(
   double[] midpoints
);

Parameters

midpoints
These are the values which are used to identify each of the intervals over which the date set is grouped. In the case of numerical values the midpoints will generally be the arithmetic means (i.e the middle point) of the interval.

See Also

ContinuousProbabilityDistributionApproximation Class | ProbabilityDistributions Namespace