Descriptives<T> Class
Collects descriptive statistics for a variable.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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) |
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) |