document.write( "Question 214182: I'd have a, maybe somewhat weird, question; I have to draw a scatter plot (which I did), now it says to; \"describe the nature of the correlation\"...
\n" );
document.write( "I have started but didnt come far;
\n" );
document.write( "r=Mxy-MX*My over σx*σy= 88.004-(28)(3.143) over .... I dont know what to set in for σx*σy and I dont understand how the problem is then solved.
\n" );
document.write( "Could someone help me out with this please?
\n" );
document.write( "values of x; 0, 2, 3, 4, 5, 6, 8 values of y; 1, 2, 2, 4, 3, 4, 6
\n" );
document.write( "σ = sigma
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #162222 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I have to draw a scatter plot (which I did), now it says to; \"describe the nature of the correlation\"... \n" ); document.write( "I have started but didnt come far; \n" ); document.write( "r=Mxy-MX*My over σx*σy= 88.004-(28)(3.143) over .... I dont know what to set in for σx*σy and I dont understand how the problem is then solved. \n" ); document.write( "Could someone help me out with this please? \n" ); document.write( "values of x; 0, 2, 3, 4, 5, 6, 8 values of y; 1, 2, 2, 4, 3, 4, 6 \n" ); document.write( "σ = sigma \n" ); document.write( "------------------------- \n" ); document.write( "sigma x is the standard deviation of that set of x's: it is 2.4495.. \n" ); document.write( "sigma y is the standard deviation of that set of y's: it is 1.5518.. \n" ); document.write( "---------------------- \n" ); document.write( "When I run a Linear Regression function against the set of your \n" ); document.write( "x/y pairs I get r = 0.93956... which shows that there is a high \n" ); document.write( "level of positive linear correlation. \n" ); document.write( "----- \n" ); document.write( "But you numbers[ 88.004-28*3.143] give a result of zero \n" ); document.write( "Then dividing by (sigma x)(sigma y) you would still get \n" ); document.write( "r = 0 which indicates there is not linear correlation. \n" ); document.write( "Something is wrong with your \"r\" calculation. \n" ); document.write( "======================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |