RunningWeightedStatisticsPushRange(IEnumerableDouble, IEnumerableDouble) Method |
Update the running statistics by adding a sequence of weighted observations (in-place).
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void PushRange(
IEnumerable<double> weights,
IEnumerable<double> values
)
Parameters
- weights IEnumerableDouble
- The sample weights.
- values IEnumerableDouble
- The sample values.
See Also