RunningStatistics(IEnumerableDouble) Constructor |
Initializes a new instance of the
RunningStatistics class and populates it with a sequence of values.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RunningStatistics(
IEnumerable<double> values
)
Parameters
- values IEnumerableDouble
- The values used to initialize the running statistics.
See Also