RunningWeightedStatisticsPush Method |
Update the running statistics by adding another observed sample (in-place).
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Push(
double weight,
double value
)
Parameters
- weight Double
[Missing <param name="weight"/> documentation for "M:Altaxo.Calc.Statistics.RunningWeightedStatistics.Push(System.Double,System.Double)"]
- value Double
[Missing <param name="value"/> documentation for "M:Altaxo.Calc.Statistics.RunningWeightedStatistics.Push(System.Double,System.Double)"]
See Also