RunningWeightedStatisticsPushRange(IEnumerableTupleDouble, Double) Method |
Update the running statistics by adding a sequence of weighted observatopms (in-place).
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void PushRange(
IEnumerable<Tuple<double, double>> values
)
Parameters
- values IEnumerableTupleDouble, Double
[Missing <param name="values"/> documentation for "M:Altaxo.Calc.Statistics.RunningWeightedStatistics.PushRange(System.Collections.Generic.IEnumerable{System.Tuple{System.Double,System.Double}})"]
See Also