Click or drag to resize

MultivariateSampleRemove Method (Double)

Removes an entry from the sample.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool Remove(
	params double[] value
)

Parameters

value
Type: SystemDouble
The values associated with the entry to remove.

Return Value

Type: Boolean
Whether the entry was found and removed.

Implements

ICollectionTRemove(T)
See Also