Creates a new instance of the DataPresentation class with an empty initial data set and no boundaries intervals.
Creates a new instance of the DataPresentation class with an empty initial data set and no boundaries intervals.
public DataPresentation();
Creates a new DataPresentation instance with a specified initial data set and the boundaries of the intervals in which the data set points will be assigned.
public DataPresentation(double[],double[]);
DataPresentation Class | WebCab.Libraries.Statistics.Statistics Namespace