Quick | 
public class QuickStatistics
The QuickStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| QuickStatistics | Initializes a new instance of the QuickStatistics class | 
| 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. | 
| Name | Description | |
|---|---|---|
| Add | Adds a data point to the statistics. | |
| AddRange(IEnumerableDouble) | Adds data points to the statistics. | |
| AddRange(ReadOnlySpanDouble) | Adds data points to the statistics. | |
| Clear | Initializes the statistics. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object)  | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object)  | |
| GetHashCode | Serves as the default hash function. (Inherited from Object)  | |
| GetType | Gets the Type of the current instance. (Inherited from Object)  | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object)  | |
| ToString | Returns a string that represents the current object. (Inherited from Object)  |