The StatsFunctions type exposes the following members.

Constructors

  NameDescription
StatsFunctions
Initializes a new instance of the StatsFunctions class

Methods

  NameDescription
ArrayOfRandomNumbersOverloaded.
Beta
Returns the value of the beta function at a given value.
Binomial
Returns the binomial coefficient ("n choose m"), the number of ways of picking m unordered outcomes from n possibilities.
BinomialLn
Returns the natural log of the binomial coefficient ("n choose m"), the number of ways of picking m unordered outcomes from n possibilities.
CentralMomentOverloaded.
CorrelatedRandomInputsOverloaded.
CorrelationOverloaded.
CorrelationMatrix
Computes the Pearson correlation matrix for a set of random inputs. The random inputs are taken to be the columns of the input matrix. The symmetric, positive definite matrix whose i,j entry is the Spearman correlation coefficient between the inputs in column i and column j is computed and returned.
CountOverloaded.
CountIfOverloaded.
CountsOverloaded.
CovarianceOverloaded.
CovarianceMatrixOverloaded.
CovarianceMatrixMemoizedOverloaded.
CronbachOverloaded.
DecileOverloaded.
DurbinWatsonOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Factorial
Returns n!, the number of ways that n objects can be permuted.
FactorialLn
Returns the natural log factorial of n, ln( n! ).
Fisher
Calculates the Fisher transformation of the given value.
FisherInv
Calculates the inverse Fisher transformation of the given value.
GammaLn
Returns the log of the gamma function at a given value.
GeometricMeanOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HarmonicMeanOverloaded.
IfOverloaded.
IncompleteBeta
Returns the value of the incomplete beta function at a given value.
IncompleteGammaOverloaded.
IncompleteGammaComplement
Returns the complement of the incomplete gamma function, P(a,x), at a given value. The complement of the incomplete gamma function P(a,x) is defined to be 1.0 - P(a,x)
InitialCenters
Chooses the specified number of initial centers from the given data matrix, for clustering algorithms such as k-means.
InterquartileRangeOverloaded.
KurtosisOverloaded.
MaxAbsIndexOverloaded.
MaxAbsValueOverloaded.
MaxIndexOverloaded.
MaxValueOverloaded.
MeanOverloaded.
MeanDeviationOverloaded.
Median
Returns the median of the given data.
MedianDeviationFromMeanOverloaded.
MedianDeviationFromMedianOverloaded.
MinAbsIndexOverloaded.
MinAbsValueOverloaded.
MinIndexOverloaded.
MinValueOverloaded.
ModeOverloaded.
NaNCentralMomentOverloaded.
NaNCheckOverloaded.
NaNCorrelationOverloaded.
NaNCountOverloaded.
NaNCountIfOverloaded.
NaNCovarianceOverloaded.
NaNDurbinWatsonOverloaded.
NaNGeometricMeanOverloaded.
NaNHarmonicMeanOverloaded.
NaNIfOverloaded.
NaNKurtosisOverloaded.
NaNMaxAbsIndexOverloaded.
NaNMaxAbsValueOverloaded.
NaNMaxIndexOverloaded.
NaNMaxValueOverloaded.
NaNMeanOverloaded.
NaNMeanDeviationOverloaded.
NaNMinAbsIndexOverloaded.
NaNMinAbsValueOverloaded.
NaNMinIndexOverloaded.
NaNMinValueOverloaded.
NaNModeOverloaded.
NaNRemoveOverloaded.
NaNRemoveColsOverloaded.
NaNRemoveRowsOverloaded.
NaNSkewnessOverloaded.
NaNStandardDeviationOverloaded.
NaNSumOverloaded.
NaNSumIfOverloaded.
NaNSumOfSquaredErrorsOverloaded.
NaNVarianceOverloaded.
NaNVonNeumannRatioOverloaded.
PercentileOverloaded.
PercentileRankOverloaded.
QuartileOverloaded.
RankOverloaded.
RanksOverloaded.
RMSOverloaded.
SkewnessOverloaded.
SortOverloaded.
SpearmansOverloaded.
StandardDeviationOverloaded.
SumOverloaded.
SumIfOverloaded.
SumOfSquaredErrorsOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TrimmedMeanOverloaded.
VanDerWaerdenScoresOverloaded.
VarianceOverloaded.
VonNeumannRatioOverloaded.
WeightedMeanOverloaded.

See Also