Click or drag to resize

BivariateSampleAdd Method (XY)

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(
	XY point
)

Parameters

point
Type: Meta.NumericsXY
The data point.

Implements

ICollectionTAdd(T)
See Also