RSQ - The function returns the square of the Pearson torque correlation coefficient in Excel
The following article introduces you to the RSQ function - one of the functions in the statistical function group is very popular in Excel.
Description: The function returns the square of the Pearson moment correlation coefficient through data points in known_y's and known_x's.
Syntax: RSQ (known_y's, known_x's)
Inside:
- known_y's : Array or data range, is a required parameter.
- known_x's: Array or range of data points, required.
Attention:
- The value of the argument must be a number, name, array or reference containing numbers.
- Logical values and text number representations when typing directly into the argument list -> still count.
- Arguments that are text or error values cannot be converted to a numeric type -> cause the function to cause an error .
- If the argument is a reference array containing text values or logic -> these values are ignored, but the value 0 is still counted.
- If known_y's and known_x's are empty or have a different number of data points -> the function returns the # N / A error value .
- If known_y's and known_x's contain only 1 data point -> the function returns the # DIV / 0 error value .
- The equation for the Pearson product moment correlation coefficient, r, is:
[r = frac {{sum {left ({x - overline x} right) left ({y - overline y} right)}}} {{sqrt {sum {{{left ({x - overline x} right)} ^ 2} sum {{{left ({y - overline y} right)} ^ 2}}}}}}]
Where x and y are the sample mean AVERAGE (known_x's) and AVERAGE (known_y's).
For example:
Calculate the square of the Pearson product moment correlation coefficient of values in the following data table:
- In the cell to calculate enter the formula : = RSQ (C6: C10, D6: D10)
- Press Enter -> squared the Pearson product moment square coefficient is:
- Where the number of elements of the array x and y is not equal -> the function returns the error value # N / A
- In case of 2 arrays of x and y, there is only 1 element -> the function returns the # DIV / 0 error value .
Above are instructions and some specific examples when using the RSQ function in Excel.
Good luck!
You should read it
- FISHER function - The function returns the Fissher transformation at x in Excel
- KURT function - The function returns the sharp coefficient of a dataset in Excel
- The SQRT function returns the square root of a positive number in Excel
- The square root formula in Excel - The square root function in Excel
- RANK.AVG function - The function returns the rank of a number in a list of numbers in Excel
- LINEST function - The function returns a line description array using the least square method in Excel
- RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values with the same rank in Excel
- FISHERINV function - Function that returns the inverse of the Fissher transformation in Excel
May be interested
- FISHERINV function - Function that returns the inverse of the Fissher transformation in Excelfisherinv function: the function returns the inverse of the fissher transformation. use this function to analyze the correlation between two data arrays, if y = fisher (x) -> fisherinv (y) = x. syntax: fisher (y)
- How to Calibrate a Torque Wrenchmechanics rely on torque wrenches to provide accurate and reliable torque readings so they can apply the right amount of force on the nuts and bolts in a vehicle. however, torque wrenches need to be calibrated regularly to make sure...
- SQRT function, how to use square root function in Excelthe sqrt function in excel helps us quickly calculate the square root value of a number.
- How to use the NORMDIST function in Excel - Function that returns the distribution in Excelthe normdist function returns a distribution with a specified mean and standard deviation. the normdist function has applications in statistics, including hypothesis testing.
- CHISQ.TEST function - The function returns the independence test in Excelchisq.test function: the function returns the independence test. the function returns the value from the distribution (({chi ^ 2})) when squared for statistics and the appropriate degrees of freedom. support function from excel 2010 version. syntax: chisq.test (actual_range, expected_range)
- How to use the IF function in Excelthe if function in excel checks for a true or false condition. if the condition is true, the function returns a value, if the condition fails the function returns another value
- F.TEST function - The function returns the result of the F - test in Excelf.test: the function returns the result of the f - test, the probability of two ends where the variance of 2 arrays is not significant. support functions from excel 2010 version. syntax: f.test (array1, array2)
- GAMMA function - The function returns the gamma function value in Excelgamma: the function returns the gamma function. support functions from excel 2013 onwards. syntax: gamma (number)
- POISSON.DIST function - The function returns the Poisson distribution in Excelpoisson.dist function: the function returns the poisson distribution, the application function to predict the number of events in a specific time. support functions from excel 2013 onwards. syntax: poisson.dist (x, mean, cumulative)
- WEIBULL function - The function returns the Weibull distribution in Excelthe function performs the calculation and returns the weibull distribution. based on this distribution to analyze reliability in theory such as calculating the average life of the device or used in the field of meteorology, hydrology and weather forecast.