WebCab Probability and Statistics for .NET v3.3 Demo

DataPresentation Constructor

Creates a new instance of the DataPresentation class with an empty initial data set and no boundaries intervals.

Overload List

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[]);

See Also

DataPresentation Class | WebCab.Libraries.Statistics.Statistics Namespace