Provides static methods for descriptive statistics and other statistical functions.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class Stats |
| C# |
|---|
public sealed class Stats |
| C++ |
|---|
public ref class Stats sealed |
Methods
| Icon | Type | Description |
|---|---|---|
| Autocorrelation(Double[](), Int32) |
Gets the auto-correlation of the elements of an array.
| |
| Autocorrelation(Vector, Int32) |
Gets the auto-correlation of the elements of a vector.
| |
| Autocorrelation(NumericalVariable, Int32) |
Gets the auto-correlation of a numerical variable.
| |
| Autocorrelation(Double[]()) |
Gets the lag-1 auto-correlation of the elements of an array.
| |
| Autocorrelation(Vector) |
Gets the lag-1 auto-correlation of the elements of a vector.
| |
| Autocorrelation(NumericalVariable) |
Gets the lag-1 auto-correlation of a numerical variable.
| |
| CentralMoment(Double[](), Int32) |
Returns the specified central moment of the elements of an array.
| |
| CentralMoment(Int32[](), Int32) |
Returns the specified central moment of the elements of an array.
| |
| CentralMoment(Vector, Int32) |
Returns the specified central moment of the elements of an array.
| |
| CentralMoment(NumericalVariable, Int32) |
Returns the specified central moment of a numerical variable.
| |
| ColumnMeans(Matrix) |
Returns a vector containing the means of the columns of a matrix.
| |
| ColumnStandardDeviations(Matrix) |
Returns a vector containing the standard deviations of the columns of a matrix.
| |
| ColumnVariances(Matrix) |
Returns a vector containing the variances of the columns of a matrix.
| |
| Correlation(Double[](), Double[]()) |
Gets the Pearson correlation coefficent between two sets of values.
| |
| Correlation(Vector, Vector) |
Gets the Pearson correlation coefficent between two sets of values.
| |
| Correlation(NumericalVariable, NumericalVariable) |
Gets the Pearson correlation coefficent between two numerical variables.
| |
| CorrelationMatrix(Matrix) |
Returns the correlation matrix for the columns in a matrix.
| |
| Covariance(Double[](), Double[]()) |
Gets the covariance between two sets of values.
| |
| Covariance(Vector, Vector) |
Gets the covariance between two sets of values.
| |
| Covariance(NumericalVariable, NumericalVariable) |
Gets the Pearson correlation coefficent between two numerical variables.
| |
| CovarianceMatrix(Matrix) |
Returns the covariance matrix for the columns in a matrix.
| |
| Equals(Object) | ||
| Finalize() | ||
| GeometricMean(Double[]()) |
Returns the geometric mean of the elements of an array.
| |
| GeometricMean(Int32[]()) |
Returns the geometric mean of the elements of an array.
| |
| GeometricMean(Vector) |
Returns the geometric mean of the elements of a vector.
| |
| GeometricMean(NumericalVariable) |
Returns the geometric mean of the elements of a numerical variable.
| |
| GetHashCode() | Serves as a hash function for a particular type. | |
| GetType() | Gets the Type of the current instance. | |
| HarmonicMean(Double[]()) |
Returns the harmonic mean of the elements of an array.
| |
| HarmonicMean(Int32[]()) |
Returns the harmonic mean of the elements of an array.
| |
| HarmonicMean(Vector) |
Returns the harmonic mean of the elements of a vector.
| |
| HarmonicMean(NumericalVariable) |
Returns the harmonic mean of the elements of a numerical variable.
| |
| InterQuartileRange(Double[]()) |
Returns the inter-quartile range of the elements of an array.
| |
| InterQuartileRange(Int32[]()) |
Returns the inter-quartile range of the elements of an array.
| |
| InterQuartileRange(DateTime[]()) |
Returns the inter-quartile range of the elements of an array.
| |
| InterQuartileRange(Vector) |
Returns the inter-quartile range of the elements of a vector.
| |
| InterQuartileRange(NumericalVariable) |
Returns the inter-quartile range of the elements of a numerical variable.
| |
| Kurtosis(Double[]()) |
Returns the kurtosis supplement of the elements of an array.
| |
| Kurtosis(Int32[]()) |
Returns the kurtosis supplement of the elements of an array.
| |
| Kurtosis(Vector) |
Returns the kurtosis supplement of the elements of an array.
| |
| Kurtosis(NumericalVariable) |
Returns the kurtosis supplement of a numerical variable.
| |
| Max<(Of T>)(IList<(Of T>), IComparer<(Of T>)) |
Returns the maximum value of the elements of an array.
| |
| Max<(Of T>)(IList<(Of T>)) |
Returns the maximum value of the elements of an array.
| |
| Max(Double[]()) |
Returns the maximum value of the elements of an array.
| |
| Max(Int32[]()) |
Returns the maximum value of the elements of an array.
| |
| Max(DateTime[]()) |
Returns the maximum value of the elements of an array.
| |
| Max(Vector) |
Returns the maximum value of the elements of a vector.
| |
| Max(NumericalVariable) |
Returns the maximum value of the elements of a numerical variable.
| |
| Mean(Double[]()) |
Returns the mean of the elements of an array.
| |
| Mean(Int32[]()) |
Returns the mean of the elements of an array.
| |
| Mean(DateTime[]()) |
Returns the mean of the elements of an array of DateTime values.
| |
| Mean(Vector) |
Returns the mean of the elements of a vector.
| |
| Mean(NumericalVariable) |
Returns the mean of the elements of a numerical variable.
| |
| Median(Double[]()) |
Returns the median of the elements of an array.
| |
| Median(Int32[]()) |
Returns the median of the elements of an array.
| |
| Median(Vector) |
Returns the median of the elements of a vector.
| |
| Median(NumericalVariable) |
Returns the median of the elements of a numerical variable.
| |
| Median(CategoricalVariable) |
Returns the median of the elements of a categorical variable.
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. | |
| Min<(Of T>)(IList<(Of T>), IComparer<(Of T>)) |
Returns the maximum value of the elements of an array.
| |
| Min<(Of T>)(IList<(Of T>)) |
Returns the maximum value of the elements of an array.
| |
| Min(Double[]()) |
Returns the minimum value of the elements of an array.
| |
| Min(Int32[]()) |
Returns the minimum value of the elements of an array.
| |
| Min(DateTime[]()) |
Returns the minimum value of the elements of an array.
| |
| Min(Vector) |
Returns the minimum value of the elements of a vector.
| |
| Min(NumericalVariable) |
Returns the minimum value of the elements of a numerical variable.
| |
| MinMax<(Of T>)(IList<(Of T>), IComparer<(Of T>)) |
Returns the maximum value of the elements of an array.
| |
| MinMax<(Of T>)(IList<(Of T>)) |
Returns the maximum value of the elements of an array.
| |
| MinMax(Double[]()) |
Returns the minimum and maximum value of the elements of an array.
| |
| MinMax(Int32[]()) |
Returns the minimum and maximum value of the elements of an array.
| |
| MinMax(DateTime[]()) |
Returns the minimum and maximum value of the elements of an array.
| |
| MinMax(Vector) |
Returns the minimum and maximum value of the elements of a vector.
| |
| MinMax(NumericalVariable) |
Returns the minimum and maximum value of the elements of a numerical variable.
| |
| Moment(Double[](), Int32) |
Returns the specified raw moment of the elements of an array.
| |
| Moment(Int32[](), Int32) |
Returns the specified raw moment of the elements of an array.
| |
| Moment(Vector, Int32) |
Returns the specified raw moment of the elements of an array.
| |
| Moment(NumericalVariable, Int32) |
Returns the specified raw moment of a numerical variable.
| |
| Percentile(NumericalVariable, Int32) |
Gets the specified percentile.
| |
| Percentile(Double[](), Int32) |
Gets the specified percentile.
| |
| Percentile(Vector, Int32) |
Gets the specified percentile.
| |
| Percentiles(NumericalVariable, Int32[]()) |
Gets the specified percentiles.
| |
| Percentiles(Double[](), Int32[]()) |
Gets the specified percentiles.
| |
| Percentiles(Vector, Int32[]()) |
Gets the specified percentiles.
| |
| PopulationKurtosis(Double[]()) |
Returns the kurtosis supplement of the elements of an array.
| |
| PopulationKurtosis(Int32[]()) |
Returns the kurtosis supplement of the elements of an array.
| |
| PopulationKurtosis(Vector) |
Returns the kurtosis supplement of the elements of an array.
| |
| PopulationKurtosis(NumericalVariable) |
Returns the kurtosis supplement of a numerical variable.
| |
| PopulationSkewness(Double[]()) |
Returns the skewness of the elements of an array.
| |
| PopulationSkewness(Int32[]()) |
Returns the skewness of the elements of an array.
| |
| PopulationSkewness(Vector) |
Returns the skewness of the elements of an array.
| |
| PopulationSkewness(NumericalVariable) |
Returns the skewness of a numerical variable.
| |
| PopulationStandardDeviation(Double[]()) |
Returns the standard deviation of the elements of an array.
| |
| PopulationStandardDeviation(Int32[]()) |
Returns the standard deviation of the elements of an array.
| |
| PopulationStandardDeviation(DateTime[]()) |
Returns the standard deviation of the elements of an array.
| |
| PopulationStandardDeviation(Vector) |
Returns the standard deviation of the elements of a vector.
| |
| PopulationStandardDeviation(NumericalVariable) |
Returns the standard deviation of the elements of a numerical variable.
| |
| PopulationStandardDeviation(DateTimeVariable) |
Returns the standard deviation of the elements of a numerical variable.
| |
| PopulationVariance(Double[]()) |
Returns the variance of the elements of an array.
| |
| PopulationVariance(Int32[]()) |
Returns the variance of the elements of an array.
| |
| PopulationVariance(Vector) |
Returns the variance of the elements of a vector.
| |
| PopulationVariance(NumericalVariable) |
Returns the variance of the elements of a numerical variable.
| |
| Range(Double[]()) |
Returns the range of the elements of an array.
| |
| Range(Int32[]()) |
Returns the range of the elements of an array.
| |
| Range(DateTime[]()) |
Returns the range of the elements of an array.
| |
| Range(Vector) |
Returns the range of the elements of a vector.
| |
| Range(NumericalVariable) |
Returns the range of the elements of a numerical variable.
| |
| RankCorrelation(Double[](), Double[]()) |
Gets the Spearman rank correlation coefficent between two sets of values.
| |
| RankCorrelation(Vector, Vector) |
Gets the Spearman rank correlation coefficent between two sets of values.
| |
| RankCorrelation(NumericalVariable, NumericalVariable) |
Gets the Spearman rank correlation coefficent between two numerical variables.
| |
| RootMeanSquare(Double[]()) |
Returns the root-mean-square of the elements of an array.
| |
| RootMeanSquare(Int32[]()) |
Returns the root-mean-square of the elements of an array.
| |
| RootMeanSquare(DateTime[]()) |
Returns the root-mean-square of the elements of an array.
| |
| RootMeanSquare(Vector) |
Returns the root-mean-square of the elements of a vector.
| |
| RootMeanSquare(NumericalVariable) |
Returns the root-mean-square of the elements of a numerical variable.
| |
| RowMeans(Matrix) |
Returns a vector containing the means of the rows of a matrix.
| |
| RowStandardDeviations(Matrix) |
Returns a vector containing the standard deviations of the rows of a matrix.
| |
| RowVariances(Matrix) |
Returns a vector containing the variances of the rows of a matrix.
| |
| Skewness(Double[]()) |
Returns the skewness of the elements of an array.
| |
| Skewness(Int32[]()) |
Returns the skewness of the elements of an array.
| |
| Skewness(Vector) |
Returns the skewness of the elements of an array.
| |
| Skewness(NumericalVariable) |
Returns the skewness of a numerical variable.
| |
| StandardDeviation(Double[]()) |
Returns the standard deviation of the elements of an array.
| |
| StandardDeviation(Int32[]()) |
Returns the standard deviation of the elements of an array.
| |
| StandardDeviation(DateTime[]()) |
Returns the standard deviation of the elements of an array.
| |
| StandardDeviation(Vector) |
Returns the standard deviation of the elements of a vector.
| |
| StandardDeviation(NumericalVariable) |
Returns the standard deviation of the elements of a numerical variable.
| |
| StandardDeviation(DateTimeVariable) |
Returns the standard deviation of the elements of a numerical variable.
| |
| Sum(Double[]()) |
Returns the sum of the elements of an array.
| |
| Sum(Int32[]()) |
Returns the sum of the elements of an array.
| |
| Sum(Vector) |
Returns the sum of the elements of an array.
| |
| Sum(NumericalVariable) |
Returns the sum of the observations in a NumericalVariable.
| |
| SumOfSquares(Double[]()) |
Returns the sum of the squares of the elements of an array.
| |
| SumOfSquares(Int32[]()) |
Returns the sum of the squares of the elements of an array.
| |
| SumOfSquares(Vector) |
Returns the sum of the squares of the elements of an array.
| |
| SumOfSquares(NumericalVariable) |
Returns the sum of the squares of the observations in a NumericalVariable.
| |
| ToString() | ||
| TrimmedMean(Double[](), Double) |
Returns the trimmed mean of the elements of an array.
| |
| TrimmedMean(Int32[](), Double) |
Returns the trimmed mean of the elements of an array.
| |
| TrimmedMean(DateTime[](), Double) |
Returns the trimmed mean of the elements of an array of DateTime values.
| |
| TrimmedMean(Vector, Double) |
Returns the trimmed mean of the elements of a vector.
| |
| TrimmedMean(NumericalVariable, Double) |
Returns the trimmed mean of the elements of a numerical variable.
| |
| Variance(Double[]()) |
Returns the variance of the elements of an array.
| |
| Variance(Int32[]()) |
Returns the variance of the elements of an array.
| |
| Variance(Vector) |
Returns the variance of the elements of a vector.
| |
| Variance(NumericalVariable) |
Returns the variance of the elements of a numerical variable.
|