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

DiscreteProbabilityDistributionApproximation.SetMidpoints Method 

Sets the midpoint for each class of data.

public void SetMidpoints(
   int[] 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

DiscreteProbabilityDistributionApproximation Class | ProbabilityDistributions Namespace