Provides static methods for descriptive statistics and other statistical functions.
| Name | Description |
---|
  | Autocorrelation(Double) |
Gets the lag-1 auto-correlation of the elements of an array.
|
  | Autocorrelation(VectorDouble) |
Gets the lag-1 auto-correlation of the elements of a vector.
|
  | Autocorrelation(Double, Int32) |
Gets the auto-correlation of the elements of an array.
|
  | Autocorrelation(VectorDouble, Int32) |
Gets the auto-correlation of the elements of a vector.
|
  | AverageAbsoluteDeviation |
Returns the mean absolute deviation from the mean of a variable.
|
  | BlomScores(IListDouble) |
Returns the Blom scores corresponding to the specified ranks.
|
  | BlomScores(IListInt32) |
Returns the Blom scores corresponding to the specified ranks.
|
  | CentralMomentT(T, Int32) |
Returns the specified central moment of the elements of an array.
|
  | CentralMomentT(VectorT, Int32) |
Returns the specified central moment of the elements of a vector.
|
  | CoefficientOfVariation |
Gets the coefficient of variation of a variable,
if it exists.
|
  | ColumnMeansT |
Returns a vector containing the means of the columns of a matrix.
|
  | ColumnStandardDeviations |
Returns a vector containing the standard deviations of the columns of a matrix.
|
  | ColumnVariances |
Returns a vector containing the variances of the columns of a matrix.
|
  | Correlation(Double, Double) |
Gets the Pearson correlation coefficient between two sets of values.
|
  | Correlation(VectorDouble, VectorDouble) |
Gets the Pearson correlation coefficient between two sets of values.
|
  | CorrelationMatrix(IListVectorDouble) |
Returns the correlation matrix for an array of numerical variables.
|
  | CorrelationMatrixT(MatrixT) |
Returns the correlation matrix for the columns in a matrix.
|
  | Covariance |
Gets the covariance between two sets of values.
|
  | CovarianceMatrix(IListVectorDouble) |
Returns the covariance matrix for an array of numerical variables.
|
  | CovarianceMatrixT(MatrixT, MultipleMissingValueAction) |
Returns the covariance matrix for the columns in a matrix.
|
  | 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(VectorDouble) |
Returns the geometric mean of the elements of a vector.
|
  | GeometricMeanT(VectorT) |
Returns the geometric mean of the elements of a numerical variable.
|
  | GetKurtosisEstimate |
Returns an estimate for the kurtosis of the variable.
|
  | GetMeanEstimate |
Returns an estimate for the mean of the variable.
|
  | GetSavitskyGolayCoefficients(Int32) | Obsolete.
Constructs a vector containing the coefficients of a 2nd degree Savitsky-Golay filter with the specified
parameters.
|
  | GetSavitskyGolayCoefficients(Int32, Int32) | Obsolete.
Constructs a vector containing the coefficients of a Savitsky-Golay filter with the specified
span and polynomial degree.
|
  | GetSavitskyGolayCoefficients(Int32, Int32, Int32) | Obsolete.
Constructs a vector containing the coefficients of a symmetrical Savitsky-Golay filter with the specified
parameters.
|
  | GetSavitskyGolayCoefficients(Int32, Int32, Int32, Int32) | Obsolete.
Constructs a vector containing the coefficients of a Savitsky-Golay filter or a derivative filter with the specified
parameters.
|
  | GetSkewnessEstimate |
Returns an estimate for the skewness of a variable.
|
  | GetStandardDeviationEstimate |
Returns an estimate for the standard deviation of the variable.
|
  | 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(VectorDouble) |
Returns the harmonic mean of the elements of a vector.
|
  | HarmonicMeanT(VectorT) |
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.
|
  | InterQuartileRangeT(VectorT) |
Returns the inter-quartile range of the elements of a numerical variable.
|
  | KendallTauT |
Returns Kendall's tau-b correlation coefficient between two sets of values.
|
  | KurtosisT(T) |
Returns the kurtosis supplement of the elements of an array.
|
  | KurtosisT(VectorT) |
Returns the kurtosis supplement of the elements of an array.
|
  | Max(Double) |
Returns the maximum value of the elements of an array.
|
  | MaxT(IListT) |
Returns the maximum value of the elements of a list.
|
  | MaxT(IListT, IComparerT) |
Returns the maximum value of the elements of an array.
|
  | Mean(DateTime) |
Returns the mean of the elements of an array of DateTime values.
|
  | Mean(Double) |
Returns the mean of the elements of an array.
|
  | Mean(IEnumerableDouble) |
Returns the mean of the elements of a sequence.
|
  | Mean(Int32) |
Returns the mean of the elements of an array.
|
  | MeanT(VectorT) |
Returns the mean of the elements of a vector.
|
  | Median(Double) |
Returns the median of the elements of an array.
|
  | Median(Int32) |
Returns the median of the elements of an array.
|
  | MedianT(IListT) |
Returns the median of the elements of an array.
|
  | MedianT(VectorT) |
Returns the median of the elements of a vector.
|
  | MedianAbsoluteDeviation |
Returns the median absolute deviation of a variable.
|
  | MidMean |
Returns the mean of the data values between the 25th and 75th percentiles.
|
  | Min(Double) |
Returns the minimum value of the elements of an array.
|
  | MinT(IListT) |
Returns the minimum value of the elements of a list.
|
  | MinT(IListT, IComparerT) |
Returns the maximum value of the elements of an array.
|
  | MinMax(DateTime) |
Returns the minimum and 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.
|
  | MinMaxT(IListT) |
Returns the maximum value of the elements of an array.
|
  | MinMaxT(VectorT) |
Returns the minimum and maximum value of the elements of a numerical variable.
|
  | MinMaxT(IListT, IComparerT) |
Returns the maximum value of the elements of an array.
|
  | Moment(Int32, Int32) |
Returns the specified raw moment of the elements of an array.
|
  | MomentT(T, Int32) |
Returns the specified raw moment of the elements of an array.
|
  | MomentT(VectorT, Int32) |
Returns the specified raw moment of the elements of an array.
|
  | NearestCorrelationMatrix(SymmetricMatrixDouble) |
Returns a positive semi-definite matrix close to a matrix.
|
  | NearestCorrelationMatrix(SymmetricMatrixDouble, NearestCorrelationMatrixAlgorithm) |
Returns a positive semi-definite matrix close to a matrix.
|
  | NearestCorrelationMatrix(SymmetricMatrixDouble, NearestCorrelationMatrixAlgorithm, Double, Int32) |
Returns a positive semi-definite matrix close to a matrix.
|
  | Percentile(Double, Int32) |
Gets the specified percentile.
|
  | Percentile(VectorDouble, Double) |
Gets the specified percentile.
|
  | PercentileT(VectorT, Int32, Int32) |
Gets the specified percentile.
|
  | Percentiles(Double, Int32) |
Gets the specified percentiles.
|
  | Percentiles(VectorDouble, Int32) |
Gets the specified percentiles.
|
  | PercentilesT(VectorT, Int32) |
Gets the specified percentiles.
|
  | PopulationKurtosisT(T) |
Returns the kurtosis supplement of the elements of an array.
|
  | PopulationKurtosisT(VectorT) |
Returns the kurtosis supplement of the elements of an array.
|
  | PopulationSkewness(Int32) |
Returns the skewness of the elements of an array.
|
  | PopulationSkewnessT(T) |
Returns the skewness of the elements of an array.
|
  | PopulationSkewnessT(VectorT) |
Returns the skewness of the elements of an array.
|
  | PopulationStandardDeviation(DateTime) |
Returns the standard deviation of the elements of an array.
|
  | PopulationStandardDeviation(VectorDateTime) |
Returns the standard deviation of the elements of a numerical variable.
|
  | PopulationStandardDeviationT(IEnumerableT) |
Returns the standard deviation of the elements of an array.
|
  | PopulationStandardDeviationT(T) |
Returns the standard deviation of the elements of an array.
|
  | PopulationStandardDeviationT(VectorT) |
Returns the standard deviation of the elements of a vector.
|
  | PopulationVarianceT(IEnumerableT) |
Returns the variance of the elements of an array.
|
  | PopulationVarianceT(T) |
Returns the variance of the elements of an array.
|
  | PopulationVarianceT(VectorT) |
Returns the variance of the elements of a vector.
|
  | ProcessMissingValues(Double, MissingValueAction) |
Applies the specified action to the missing values in the values.
|
  | ProcessMissingValues(VectorDouble, MissingValueAction) |
Applies the specified action to the missing values in the values.
|
  | ProcessMissingValues(Double, MissingValueAction, Double) |
Applies the specified action to the missing values in the values.
|
  | ProcessMissingValues(VectorDouble, MissingValueAction, Double) |
Applies the specified action to the missing values in the values.
|
  | ProcessMissingValues(Double, Double, MissingValueAction, Double) |
Applies the specified action to the missing values in the values.
|
  | ProcessMissingValues(VectorDouble, Double, MissingValueAction, Double) |
Applies the specified action to the missing values in the values.
|
  | Quantile |
Gets the specified quantile.
|
  | Quantiles(Double, Double) |
Gets the specified quantiles.
|
  | Quantiles(VectorDouble, Double) |
Gets the specified quantiles.
|
  | QuantilesT(VectorT, Double) |
Gets the specified quantiles.
|
  | Range(VectorDouble) |
Returns the range of the elements of a vector.
|
  | RangeT(T) |
Returns the range of the elements of an array.
|
  | RangeT(VectorT) |
Returns the range of the elements of a numerical variable.
|
  | RankCorrelation(Double, Double) |
Gets the Spearman rank correlation coefficient between two sets of values.
|
  | RankCorrelation(VectorDouble, VectorDouble) |
Gets the Spearman rank correlation coefficient between two sets of values.
|
  | Ranks(DateTime) |
Returns the ranks of the observations.
|
  | Ranks(Double) |
Returns the ranks of the observations.
|
  | Ranks(VectorDouble) |
Returns the ranks of the observations.
|
  | Ranks(DateTime, RankTiebreaker, TimeSpan) |
Returns the ranks of the observations.
|
  | Ranks(Double, RankTiebreaker, Double) |
Returns the ranks of the observations.
|
  | Ranks(VectorDouble, RankTiebreaker, Double) |
Returns the ranks of the observations.
|
  | RootMeanSquare(DateTime) |
Returns the root-mean-square of the elements of an array.
|
  | 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(VectorDouble) |
Returns the root-mean-square of the elements of a vector.
|
  | RowMeansT |
Returns a vector containing the means of the rows of a matrix.
|
  | RowStandardDeviations |
Returns a vector containing the standard deviations of the rows of a matrix.
|
  | RowVariances |
Returns a vector containing the variances of the rows of a matrix.
|
  | SkewnessT(T) |
Returns the skewness of the elements of an array.
|
  | SkewnessT(VectorT) |
Returns the skewness of the elements of an array.
|
  | StandardDeviation(DateTime) |
Returns the standard deviation of the elements of an array.
|
  | StandardDeviation(Double) |
Returns the standard deviation of the elements of an array.
|
  | StandardDeviation(IEnumerableDouble) |
Returns the standard deviation of the elements of an array.
|
  | StandardDeviation(Int32) |
Returns the standard deviation of the elements of an array.
|
  | StandardDeviation(VectorDateTime) |
Returns the standard deviation of the elements of a numerical variable.
|
  | StandardDeviation(VectorDouble) |
Returns the standard deviation of the elements of a vector.
|
  | StandardDeviationT(VectorT) |
Returns the standard deviation of the elements of a vector.
|
  | Sum(Double) |
Returns the sum of the elements of an array.
|
  | Sum(IEnumerableDouble) |
Returns the sum of the elements of a sequence.
|
  | Sum(Int32) |
Returns the sum of the elements of an array.
|
  | SumT(VectorT) |
Returns the sum of the observations in a VectorT.
|
  | SumOfSquares(Double) |
Returns the sum of the squares of the elements of an array.
|
  | SumOfSquares(IEnumerableDouble) |
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.
|
  | SumOfSquaresT(VectorT) |
Returns the sum of the squares of the observations in a VectorT.
|
  | TrimmedMean(Double, Double) |
Returns the trimmed mean of the elements of an array.
|
  | TrimmedMean(VectorDouble, Double) |
Returns the trimmed mean of the elements of a vector.
|
  | TrimmedMeanT(T, Double) |
Returns the trimmed mean of the elements of a numerical variable.
|
  | TrimmedMeanT(VectorT, Double) |
Returns the trimmed mean of the elements of a numerical variable.
|
  | TukeyScores(IListDouble) |
Returns the Tukey scores corresponding to the specified ranks.
|
  | TukeyScores(IListInt32) |
Returns the Tukey scores corresponding to the specified ranks.
|
  | VanDerWaerdenScores(IListDouble) |
Returns the van der Waerden scores corresponding to the specified ranks.
|
  | VanDerWaerdenScores(IListInt32) |
Returns the van der Waerden scores corresponding to the specified ranks.
|
  | VarianceT(IEnumerableT) |
Returns the variance of the elements of a sequence.
|
  | VarianceT(T) |
Returns the variance of the elements of an array.
|
  | VarianceT(VectorT) |
Returns the variance of the elements of a vector.
|
  | WeightedMean(VectorDouble, VectorDouble) |
Returns the mean of the variable with observations weighted by the specified vector.
|
  | WeightedMeanT(VectorT, VectorT) |
Returns the mean of the variable with observations weighted by the specified vector.
|
  | WeightedStandardDeviation(VectorDouble, VectorDouble) |
Returns the standard deviation of the variable with observations weighted by the specified vector.
|
  | WeightedStandardDeviationT(VectorT, VectorT) |
Returns the standard deviation of the variable with observations weighted by the specified vector.
|
  | WinsorizedMean |
Returns the Winsorized mean of the variable..
|