The methods of the Correlation class are listed below. For a complete list of Correlation class members, see the Correlation Members topic.
![]() |
Calculates the coefficient of determination for the set of pairs of points: (xValues[0], yValues[0]) , (xValues[1], yValues[1]) ,.
|
![]() | Determines whether the specified Object is equal to the current Object. |
![]() |
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.
|
![]() |
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.
|
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() |
Calculates Kendall's correlation coefficient of a set of pairs of points: (xValues[0], yValues[0]) , (xValues[1], yValues[1]) ,.
|
![]() |
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]) ,.
|
![]() |
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]) ,.
|
![]() | Calculates the arithmetic mean of the a set of doubles. |
![]() |
Calculates Pearson's correlation coefficient of a set of pairs of points: (xValues[0], yValues[0]) , (xValues[1], yValues[1]) ,.
|
![]() |
Determines the residual for a given pair of points from the set of pairs of points: (xValues[0], yValues[0]) , (xValues[1], yValues[1]) ,.
|
![]() |
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]) ,.
|
![]() | Calculates the sample variance of a given numerical data set. |
![]() |
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]) ,.
|
![]() |
Calculates Spearson's Rank correlation coefficient of a set of pairs of points: (xValues[0], yValues[0]) , (xValues[1], yValues[1]) ,.
|
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
Correlation Class | WebCab.COM.Statistics.Correlation Namespace