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
)
Public Sub Add (
points As IEnumerable(Of XY)
)
public:
void Add(
IEnumerable<XY>^ points
)
member Add :
points : IEnumerable<XY> -> unit
Parameters
- points
- Type: System.Collections.GenericIEnumerableXY
The data points.
See Also