Topics
Using a T-test to determine whether there is a significant correlation between two normally distributed populations.
Want a deeper conceptual understanding? Try our interactive lesson!
A bivariate normal distribution is a two dimension distribution of points (x,y) where the data clusters around center point and spreads out like a normal distribution in every direction.
We can test the significance of a correlation between two variables using a special kind of T-test.
To perform this test, it must be known or assumed that the data points (x,y) follow a bivariate normal distribution.
Enter the samples into L1 and L2
Navigate to LinRegTTest.
Select ρ=0,<0 or >0
The calculator returns the p-value (not to be confused with ρ), as well as the coefficients y=a+bx.
To understand what this does, consider the following two graphs:
The graph on the left illustrates how a small sample of points can appear highly correlated even if the broader points are not. A larger sample of points showing a correlation is stronger evidence for the underlying correlation.
Nice work completing Testing for correlation ρ, here's a quick recap of what we covered:
Exercises checked off
Using a T-test to determine whether there is a significant correlation between two normally distributed populations.
Want a deeper conceptual understanding? Try our interactive lesson!
A bivariate normal distribution is a two dimension distribution of points (x,y) where the data clusters around center point and spreads out like a normal distribution in every direction.
We can test the significance of a correlation between two variables using a special kind of T-test.
To perform this test, it must be known or assumed that the data points (x,y) follow a bivariate normal distribution.
Enter the samples into L1 and L2
Navigate to LinRegTTest.
Select ρ=0,<0 or >0
The calculator returns the p-value (not to be confused with ρ), as well as the coefficients y=a+bx.
To understand what this does, consider the following two graphs:
The graph on the left illustrates how a small sample of points can appear highly correlated even if the broader points are not. A larger sample of points showing a correlation is stronger evidence for the underlying correlation.
Nice work completing Testing for correlation ρ, here's a quick recap of what we covered:
Exercises checked off