Descriptives<T> Properties
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. |