WebCab Probability and Statistics for .NET v3.3 Demo

GroupedData Constructor

Create a new instance of the GroupedData class with empty initial midpoint and frequency arrays.

Overload List

Create a new instance of the GroupedData class with empty initial midpoint and frequency arrays.

public GroupedData();

Creates a new GroupedData instance with the specified initial midpoint and frequency arrays.

public GroupedData(double[],int[]);

See Also

GroupedData Class | WebCab.Libraries.Statistics.Statistics Namespace