MultivariateSampleAdd Method (Double) |
Adds an entry to the sample.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public void Add(
params double[] values
)
Public Sub Add (
ParamArray values As Double()
)
public:
virtual void Add(
... array<double>^ values
) sealed
abstract Add :
values : float[] -> unit
override Add :
values : float[] -> unit
Parameters
- values
- Type: SystemDouble
The values associated with the entry.
Implements
ICollectionTAdd(T)See Also