| CentralSumOfSquares |
Gets the accumulated sum of squares centered around the mean of the sequence.
|
| Count |
Gets the accumulated number of non-missing values in the sequence.
|
| HasValue |
Gets whether the accumulator has received enough data to compute a value.
|
| Mean |
Gets the accumulated mean of the sequence.
|
| PopulationStandardDeviation |
Gets the accumulated population standard deviation of the sequence.
|
| PopulationVariance |
Gets the accumulated population variance of the sequence.
|
| SampleStandardDeviation |
Gets the accumulated sample standard deviation of the sequence.
|
| SampleVariance |
Gets the accumulated sample variance of the sequence.
|
| SumOfSquares |
Gets the accumulated sum of squares of the sequence.
|