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
)
Public Sub Add (
point As XY
)
public:
virtual void Add(
XY point
) sealed
abstract Add :
point : XY -> unit
override Add :
point : XY -> unit
Parameters
- point
- Type: Meta.NumericsXY
The data point.
Implements
ICollectionTAdd(T)See Also