MovingStatistics(Int32, IEnumerableDouble) Constructor |
Initializes a new instance of the
MovingStatistics class and populates it with initial values.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic MovingStatistics(
int windowSize,
IEnumerable<double> values
)
Parameters
- windowSize Int32
- The number of values retained in the moving window.
- values IEnumerableDouble
- The initial values to push into the moving window.
See Also