Descriptives<T> Class
Collects descriptive statistics for a variable.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public class Descriptives<T>
- Inheritance
- Object → Descriptives<T>
Type Parameters
- T
Constructors
| Descriptives<T> | Constructs a new descriptive statistics object. |
Properties
| Central | Gets the sum of squares around the mean. |
| Count | Gets the number of actual values. |
| First | Gets the first quartile. |
| Has | Gets whether the current instance contains statistics for categorical data. |
| Has | Gets whether the current instance contains statistics for numerical data. |
| Has | Gets whether the current instance contains quartiles. |
| Kurtosis | Gets the biased kurtosis (supplement). |
| Maximum | Gets the largest value. |
| Mean | Gets the mean. |
| Median | Gets the median. |
| Minimum | Gets the smallest value. |
| Missing | Gets the number of missing values. |
| Mode | Gets the value that occurs most often. |
| Mode | Gets the num |
| Range | Gets the difference between the largest and the smallest value. |
| Skewness | Gets the biased skewness. |
| Standard | Gets the unbiased standard deviation. |
| Sum | Gets the sum of squares. |
| Third | Gets the third quartile. |
| Unique | Gets the number of unique elements, excluding missing values. |
| Variance | Gets the unbiased variance. |
Methods
| 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) |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |