RunningWeightedStatisticsPush Method |
Update the running statistics by adding another observed sample (in-place).
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Push(
double weight,
double value
)
Parameters
- weight Double
- The reliability weight of the sample.
- value Double
- The sample value to add.
See Also