Adds a data point.

Overload List

NameDescription
Update(array<Double,2>[,](,)[,], array<Double>[]()[])
Adds a set of data points, all with weight = 1.
Update(array<Double>[]()[], Double)
Adds a data point with weight = 1.
Update(array<Double,2>[,](,)[,], array<Double>[]()[], array<Double>[]()[])
Adds a set of data points with user-specified weights.
Update(array<Double>[]()[], Double, Double)
Adds a data point with a specified weight.

See Also