Click or drag to resize

BivariateSampleAdd Method (Double, Double)

Adds a data point to the sample.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public void Add(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
The x-value of the data point.
y
Type: SystemDouble
The y-value of the data point.
See Also