WebCab Probability and Statistics for COM v3.3 Demo

Correlation Members

Correlation overview

Public Instance Methods

CoefficientOfDetermination Calculates the coefficient of determination for the set of pairs of points: (xValues[0], yValues[0]), (xValues[1], yValues[1]),.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
EstimateX Estimates the value of the X variable when the Y variable is known using the regression line of X on Y, which can be evaluated using LeastSquaresRegressionLineX.
EstimateY Estimates the value of the Y variable when the X variable is known using the regression line of Y on X, which can be evaluated using LeastSquaresRegressionLineY.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
KendallCorrelationCoefficient Calculates Kendall's correlation coefficient of a set of pairs of points: (xValues[0], yValues[0]), (xValues[1], yValues[1]),.
LeastSquaresRegressionLineX Constructs the regression line of X on Y using the method of least squares, for the set of pairs of points: (xValues[0], yValues[0]), (xValues[1], yValues[1]),.
LeastSquaresRegressionLineY Constructs the regression line of Y on X using the method of least squares, for the set of pairs of points: (xValues[0], yValues[0]), (xValues[1], yValues[1]),.
Mean Calculates the arithmetic mean of the a set of doubles.
PearsonCorrelationCoefficient Calculates Pearson's correlation coefficient of a set of pairs of points: (xValues[0], yValues[0]), (xValues[1], yValues[1]),.
Residuals Determines the residual for a given pair of points from the set of pairs of points: (xValues[0], yValues[0]), (xValues[1], yValues[1]),.
ResidualsAverage Determines the arithmetic average of the residuals for all pairs of points from the set of pairs of points: (xValues[0], yValues[0]), (xValues[1], yValues[1]),.
SampleVariance Calculates the sample variance of a given numerical data set.
Significance Calculates the significance test of a Correlation coefficient (either Pearson's or Spearman's) for a set of pairs of points: (xValues[0], yValues[0]), (xValues[1], yValues[1]),.
SpearmanRankTest Calculates Spearson's Rank correlation coefficient of a set of pairs of points: (xValues[0], yValues[0]), (xValues[1], yValues[1]),.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Correlation Class | WebCab.COM.Statistics.Correlation Namespace