StatisticalProcedures MethodsMathos Core Library 1.0.5.1 (changeset 39720)
This documentation is compiled for the latest release of Mathos Core Library

The StatisticalProcedures type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGeometricMean
Calculates the geometric mean of a given list
Public methodStatic memberHarmonicMean
Calculates the harmonic mean given a list
Public methodStatic memberInterQuartileRange
Computes the range between the lower and upper quartile
Public methodStatic memberLowerQuartile
Calculates the 25th percentile
Public methodStatic memberMaxNumberInList
Calculates the max number given a list
Public methodStatic memberMean
Calculates the mean of a given list
Public methodStatic memberMedian
Calculates the median of a given list
Public methodStatic memberMinNumberInList
Calculates the min value given a list
Public methodStatic memberMode
Calculates the mode of a given list
Public methodStatic memberNumberOfCombinations
Calculates the number of permutations
Public methodStatic memberNumberOfPermutations
Calculate the number of permutations
Public methodStatic memberPearsonR
Computes the Pearson product-moment correlation coefficient for a sample
Public methodStatic memberPercentile
Calculates a percentile using the nearest rank method
Public methodStatic memberProductOfListElements
Calculates the product of list items
Public methodStatic memberRange
Calculates the range of a given list (max value minus min value)
Public methodStatic memberRootMeanSquare
Calculates the root rean rquare (RMS) value of a given list
Public methodStatic memberSortList
Sorts a list
Public methodStatic memberStandardDeviation
Public methodStatic memberStandardError
Computes the standard error of the mean, given a list
Public methodStatic memberSumOfListElements
Calculates the sum of list elements
Public methodStatic memberSumOfReciprocalsOfListElements
Calculates the sum of reciprocals of list elements
Public methodStatic memberUpperQuartile
Calculates the 75th percentile
Public methodStatic memberVariance
Calculates the variance of a given list
Top
See Also

Reference