WeightedVarianceAccumulator<T>.Remove Method

Updates the accumulator by removing the specified value.

Definition

Namespace: Numerics.NET.DataAnalysis.Accumulators
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public void Remove(
	T value,
	T weight
)

Parameters

value  T
 
weight  T
 

Implements

IBinaryAccumulator<T1, T2>.Remove(T1, T2)

Remarks

This operation is the reverse of Add(T1, T2).

See Also