MovingNormalStatistics Properties |
The MovingNormalStatistics type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of samples within the window.
| |
Mean |
Gets the mean of the values within the window.
| |
StandardDeviation |
Gets the standard deviation of the values within the window.
| |
Sum |
Gets the sum the values within the window.
| |
SumOfSquares |
Gets the sum of squared values within the window.
| |
Variance |
Gets the variance of the values within the window.
| |
Window |
Gets the size of the window.
|