Click or drag to resize

BivariateSampleAdd Method (IEnumerableXY)

Adds multiple data points to the sample.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public void Add(
	IEnumerable<XY> points
)

Parameters

points
Type: System.Collections.GenericIEnumerableXY
The data points.
See Also