Click or drag to resize

RunningWeightedStatisticsPushRange(IEnumerableDouble, IEnumerableDouble) Method

Update the running statistics by adding a sequence of weighted observatopms (in-place).

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void PushRange(
	IEnumerable<double> weights,
	IEnumerable<double> values
)

Parameters

weights  IEnumerableDouble

[Missing <param name="weights"/> documentation for "M:Altaxo.Calc.Statistics.RunningWeightedStatistics.PushRange(System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"]

values  IEnumerableDouble

[Missing <param name="values"/> documentation for "M:Altaxo.Calc.Statistics.RunningWeightedStatistics.PushRange(System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"]

See Also