The methods of the CorrelationStateful class are listed below. For a complete list of CorrelationStateful class members, see the CorrelationStateful Members topic.
![]() |
Adds a new pair of (ordered) numbers (xValue, yValue) to the data set.
|
![]() | Adds a new set of (ordered) pairs of data to the data set. |
![]() | Calculates the coefficient of determination for the current set of data. |
![]() | 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 for the current data set. |
![]() |
Constructs the regression line of X on Y using the method of least squares.
|
![]() |
Constructs the regression line of Y on X using the method of least squares.
|
![]() |
Calculates the arithmetic mean of the elements of the first element (i.e. X ) of the pairs of values from which the current data set is constructed.
|
![]() |
Calculates the arithmetic mean of the elements of the second element (i.e. Y ) of the pairs of values from which the current data set is constructed.
|
![]() | Calculates Pearson's correlation coefficient for the current data set. |
![]() | Determines the residual for a given pair of points within the current data set in accordance with the regression line constructed using LeastSquaresRegressionLineX. |
![]() | Determines the arithmetic average of the residuals for all pairs of points within the current data set in accordance with the regression line constructed using LeastSquaresRegressionLineX. |
![]() |
Calculates the sample variance of the elements of the first element (i.e. X ) of the pairs of values from which the current data set is constructed.
|
![]() |
Calculates the sample variance of the elements of the second element (i.e. Y ) of the pairs of values from which the current data set is constructed.
|
![]() | Calculates the significance test for a given correlation coefficient. |
![]() | Calculates Spearson's Rank correlation coefficient for the current data set. |
![]() | 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. |
CorrelationStateful Class | Correlation Namespace