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

DiscreteProbabilityDistributionApproximation.SetFrequencies Method 

Sets the frequencies for each class of data.

public void SetFrequencies(
   int[] frequencies
);

Remarks

The frequency for a given class of data is the number of elements from the given data set which fell within that class.

See Also

DiscreteProbabilityDistributionApproximation Class | ProbabilityDistributions Namespace