RunningWeightedStatistics(IEnumerableTupleDouble, Double) Constructor |
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RunningWeightedStatistics(
IEnumerable<Tuple<double, double>> values
)
Parameters
- values IEnumerableTupleDouble, Double
- The weighted samples as tuples of weight and value.
See Also