Class ScatterPlot

The ScatterPlot class is derived from the Plot2D class. The additional methods of the ScatterPlot class are

Create
Creates a scatter plot.

CreateKernelCurve
Creates a nonparametric kernel estimator to the data.

CreatePolyCurve
Creates a polynomial least-squares estimator to the data.

DeleteCurve
Deletes an estimator curve.

EvaluatePoints
Evaluates (scores) an estimator at a set of points.

GetBandwidth
Gets the bandwidth of a kernel estimator.

GetMinBandwidth
Gets the smallest allowed bandwidth of a kernel estimator.

GetNumCurves
Gets the number of estimators in the plot.