Quick |
The QuickStatistics type exposes the following members.
Name | Description | |
---|---|---|
Max | Returns the maximum of the data values. | |
Mean | Returns the mean (average) of the data values. | |
Min | Returns the minimum of the data values. | |
N | Returns the number of data values that were added. | |
SampleStandardDeviation | Returns the sample standard deviation: square root of the error sum of squares divided by (N-1). | |
StandardDeviation | Returns the standard deviation: square root of the error sum of squares divided by N. | |
Variance | Returns the variance: error sum of squares divided by N. |