MultivariateSampleRemove(IReadOnlyListDouble) Method
Removes an entry from the sample.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public bool Remove(
IReadOnlyList<double> values
)
Public Function Remove (
values As IReadOnlyList(Of Double)
) As Boolean
public:
bool Remove(
IReadOnlyList<double>^ values
)
member Remove :
values : IReadOnlyList<float> -> bool
- values IReadOnlyListDouble
- The values associated with the entry to remove.
BooleanWhether the entry was found and removed.