Stats Methods
Methods
| Autocorrelation(Double[]) | Gets the lag-1 auto-correlation of the elements of an array. |
| Autocorrelation( | 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( | Gets the auto-correlation of the elements of a vector. |
| Average | Returns the mean absolute deviation from the mean of a variable. |
| Blom | Returns the Blom scores corresponding to the specified ranks. |
| Blom | Returns the Blom scores corresponding to the specified ranks. |
| Central | Returns the specified central moment of the elements of an array. |
| Central | Returns the specified central moment of the elements of a vector. |
| Coefficient | Gets the coefficient of variation of a variable, if it exists. |
| Column | Returns a vector containing the means of the columns of a matrix. |
| Column | Returns a vector containing the standard deviations of the columns of a matrix. |
| Column | 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( | Gets the Pearson correlation coefficient between two sets of values. |
| Correlation | Returns the correlation matrix for an array of numerical variables. |
| Correlation | Returns the correlation matrix for the columns in a matrix. |
| Covariance | Gets the covariance between two sets of values. |
| Covariance | Returns the covariance matrix for an array of numerical variables. |
| Covariance | Returns the covariance matrix for the columns in a matrix. |
| Geometric | Returns the geometric mean of the elements of an array. |
| Geometric | Returns the geometric mean of the elements of an array. |
| Geometric | Returns the geometric mean of the elements of a vector. |
| Geometric | Returns the geometric mean of the elements of a numerical variable. |
| Get | Returns an estimate for the kurtosis of the variable. |
| Get | Returns an estimate for the mean of the variable. |
| Get |
Constructs a vector containing the coefficients of a 2nd degree Savitsky-Golay filter with the specified
parameters.
Obsolete. |
| Get |
Constructs a vector containing the coefficients of a Savitsky-Golay filter with the specified
span and polynomial degree.
Obsolete. |
| Get |
Constructs a vector containing the coefficients of a symmetrical Savitsky-Golay filter with the specified
parameters.
Obsolete. |
| Get |
Constructs a vector containing the coefficients of a Savitsky-Golay filter or a derivative filter with the specified
parameters.
Obsolete. |
| Get | Returns an estimate for the skewness of a variable. |
| Get | Returns an estimate for the standard deviation of the variable. |
| Harmonic | Returns the harmonic mean of the elements of an array. |
| Harmonic | Returns the harmonic mean of the elements of an array. |
| Harmonic | Returns the harmonic mean of the elements of a vector. |
| Harmonic | Returns the harmonic mean of the elements of a numerical variable. |
| Inter | Returns the inter-quartile range of the elements of an array. |
| Inter | Returns the inter-quartile range of the elements of an array. |
| Inter | Returns the inter-quartile range of the elements of a numerical variable. |
| Kendall | Returns Kendall's tau-b correlation coefficient between two sets of values. |
| Kurtosis<T>(T[]) | Returns the kurtosis supplement of the elements of an array. |
| Kurtosis<T>(Vector<T>) | Returns the kurtosis supplement of the elements of an array. |
| Max(Double[]) | Returns the maximum value of the elements of an array. |
| Max<T>(IList<T>) | Returns the maximum value of the elements of a list. |
| Max<T>(IList<T>, IComparer<T>) | 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( | Returns the mean of the elements of a sequence. |
| Mean(Int32[]) | Returns the mean of the elements of an array. |
| Mean<T>(Vector<T>) | 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. |
| Median<T>(IList<T>) | Returns the median of the elements of an array. |
| Median<T>(Vector<T>) | Returns the median of the elements of a vector. |
| Median | Returns the median absolute deviation of a variable. |
| Mid | 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. |
| Min<T>(IList<T>) | Returns the minimum value of the elements of a list. |
| Min<T>(IList<T>, IComparer<T>) | Returns the maximum value of the elements of an array. |
| Min | Returns the minimum and maximum value of the elements of an array. |
| Min | Returns the minimum and maximum value of the elements of an array. |
| Min | Returns the minimum and maximum value of the elements of an array. |
| Min | Returns the maximum value of the elements of an array. |
| Min | Returns the minimum and maximum value of the elements of a numerical variable. |
| Min | Returns the maximum value of the elements of an array. |
| Moment(Int32[], Int32) | Returns the specified raw moment of the elements of an array. |
| Moment<T>(T[], Int32) | Returns the specified raw moment of the elements of an array. |
| Moment<T>(Vector<T>, Int32) | Returns the specified raw moment of the elements of an array. |
| Nearest | Returns a positive semi-definite matrix close to a matrix. |
| Nearest | Returns a positive semi-definite matrix close to a matrix. |
| Nearest | Returns a positive semi-definite matrix close to a matrix. |
| Percentile(Double[], Int32) | Gets the specified percentile. |
| Percentile( | Gets the specified percentile. |
| Percentile<T>(Vector<T>, Int32, Int32) | Gets the specified percentile. |
| Percentiles(Double[], Int32[]) | Gets the specified percentiles. |
| Percentiles( | Gets the specified percentiles. |
| Percentiles<T>(Vector<T>, Int32[]) | Gets the specified percentiles. |
| Population | Returns the kurtosis supplement of the elements of an array. |
| Population | Returns the kurtosis supplement of the elements of an array. |
| Population | Returns the skewness of the elements of an array. |
| Population | Returns the skewness of the elements of an array. |
| Population | Returns the skewness of the elements of an array. |
| Population | Returns the standard deviation of the elements of an array. |
| Population | Returns the standard deviation of the elements of a numerical variable. |
| Population | Returns the standard deviation of the elements of an array. |
| Population | Returns the standard deviation of the elements of an array. |
| Population | Returns the standard deviation of the elements of a vector. |
| Population | Returns the variance of the elements of an array. |
| Population | Returns the variance of the elements of an array. |
| Population | Returns the variance of the elements of a vector. |
| Process | Applies the specified action to the missing values in the values. |
| Process | Applies the specified action to the missing values in the values. |
| Process | Applies the specified action to the missing values in the values. |
| Process | Applies the specified action to the missing values in the values. |
| Process | Applies the specified action to the missing values in the values. |
| Process | Applies the specified action to the missing values in the values. |
| Quantile | Gets the specified quantile. |
| Quantiles(Double[], Double[]) | Gets the specified quantiles. |
| Quantiles( | Gets the specified quantiles. |
| Quantiles<T>(Vector<T>, Double[]) | Gets the specified quantiles. |
| Range( | Returns the range of the elements of a vector. |
| Range<T>(T[]) | Returns the range of the elements of an array. |
| Range<T>(Vector<T>) | Returns the range of the elements of a numerical variable. |
| Rank | Gets the Spearman rank correlation coefficient between two sets of values. |
| Rank | 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( | 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( | Returns the ranks of the observations. |
| Root | Returns the root-mean-square of the elements of an array. |
| Root | Returns the root-mean-square of the elements of an array. |
| Root | Returns the root-mean-square of the elements of an array. |
| Root | Returns the root-mean-square of the elements of a vector. |
| Row | Returns a vector containing the means of the rows of a matrix. |
| Row | Returns a vector containing the standard deviations of the rows of a matrix. |
| Row | Returns a vector containing the variances of the rows of a matrix. |
| Skewness<T>(T[]) | Returns the skewness of the elements of an array. |
| Skewness<T>(Vector<T>) | Returns the skewness of the elements of an array. |
| Standard | Returns the standard deviation of the elements of an array. |
| Standard | Returns the standard deviation of the elements of an array. |
| Standard | Returns the standard deviation of the elements of an array. |
| Standard | Returns the standard deviation of the elements of an array. |
| Standard | Returns the standard deviation of the elements of a numerical variable. |
| Standard | Returns the standard deviation of the elements of a vector. |
| Standard | Returns the standard deviation of the elements of a vector. |
| Sum(Double[]) | Returns the sum of the elements of an array. |
| Sum( | Returns the sum of the elements of a sequence. |
| Sum(Int32[]) | Returns the sum of the elements of an array. |
| Sum<T>(Vector<T>) | Returns the sum of the observations in a Vector<T>. |
| Sum | Returns the sum of the squares of the elements of an array. |
| Sum | Returns the sum of the squares of the elements of an array. |
| Sum | Returns the sum of the squares of the elements of an array. |
| Sum | Returns the sum of the squares of the observations in a Vector<T>. |
| Trimmed | Returns the trimmed mean of the elements of an array. |
| Trimmed | Returns the trimmed mean of the elements of a vector. |
| Trimmed | Returns the trimmed mean of the elements of a numerical variable. |
| Trimmed | Returns the trimmed mean of the elements of a numerical variable. |
| Tukey | Returns the Tukey scores corresponding to the specified ranks. |
| Tukey | Returns the Tukey scores corresponding to the specified ranks. |
| Van | Returns the van der Waerden scores corresponding to the specified ranks. |
| Van | Returns the van der Waerden scores corresponding to the specified ranks. |
| Variance<T>(IEnumerable<T>) | Returns the variance of the elements of a sequence. |
| Variance<T>(T[]) | Returns the variance of the elements of an array. |
| Variance<T>(Vector<T>) | Returns the variance of the elements of a vector. |
| Weighted | Returns the mean of the variable with observations weighted by the specified vector. |
| Weighted | Returns the mean of the variable with observations weighted by the specified vector. |
| Weighted | Returns the standard deviation of the variable with observations weighted by the specified vector. |
| Weighted | Returns the standard deviation of the variable with observations weighted by the specified vector. |
| Winsorized | Returns the Winsorized mean of the variable.. |