Create a new instance of the GroupedData class with empty initial midpoint and frequency arrays.
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[]);
GroupedData Class | WebCab.Libraries.Statistics.Statistics Namespace