MultivariateSampleAdd Method (IReadOnlyListDouble) |
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(
IReadOnlyList<double> values
)
Public Sub Add (
values As IReadOnlyList(Of Double)
)
public:
void Add(
IReadOnlyList<double>^ values
)
member Add :
values : IReadOnlyList<float> -> unit
Parameters
- values
- Type: System.Collections.GenericIReadOnlyListDouble
The values associated with the entry.
Exceptions See Also