zuai-logo

What are the differences between a correlation coefficient of 1 and -1?

r = 1: Perfect positive correlation (points form an exact increasing line). | r = -1: Perfect negative correlation (points form an exact decreasing line).

All Flashcards

What are the differences between a correlation coefficient of 1 and -1?
r = 1: Perfect positive correlation (points form an exact increasing line). | r = -1: Perfect negative correlation (points form an exact decreasing line).
What are the differences between positive and negative correlation?
Positive Correlation: As one variable increases, the other tends to increase. | Negative Correlation: As one variable increases, the other tends to decrease.
What are the differences between correlation and causation?
Correlation: Measures the strength and direction of a relationship between two variables. | Causation: Indicates that one variable directly causes a change in another variable.
What are the differences between linear and non-linear relationships?
Linear Relationships: Can be accurately described by a straight line; correlation coefficient *r* is applicable. | Non-Linear Relationships: Cannot be accurately described by a straight line; correlation coefficient *r* may be misleading.
What are the differences between strong and weak correlation?
Strong Correlation: Points on a scatterplot cluster closely around a line; *r* is close to 1 or -1. | Weak Correlation: Points on a scatterplot are more scattered; *r* is closer to 0.
What is the formula for the correlation coefficient, *r*?
$r = \frac{1}{n-1} \sum_{i=1}^{n} (\frac{x_i - \bar{x}}{s_x}) (\frac{y_i - \bar{y}}{s_y})$
In the formula for *r*, what do $\bar{x}$ and $\bar{y}$ represent?
$\bar{x}$ and $\bar{y}$ are the means of the x and y variables, respectively.
In the formula for *r*, what do $s_x$ and $s_y$ represent?
$s_x$ and $s_y$ are the standard deviations of the x and y variables, respectively.
In the formula for *r*, what does 'n' represent?
n is the number of data points.
What does $\sum$ represent in the formula for *r*?
$\sum$ represents the summation of the expression that follows.
Explain the concept of correlation vs. causation.
Correlation indicates a relationship between variables, but does not prove that one variable causes the other. Other factors may be involved.
Explain the impact of outliers on the correlation coefficient, *r*.
The correlation coefficient, *r*, is not resistant to outliers. A single outlier can drastically change the value of *r*.
Explain the concept of linearity in correlation.
*r* only measures linear relationships. A strong *r* doesn't mean there's no relationship, just no linear one.
How do you interpret the strength of correlation based on the value of *r*?
Values of *r* closer to 1 or -1 indicate a stronger linear relationship, while values closer to 0 indicate a weaker linear relationship.
Explain how to find the correlation coefficient using a TI-84 calculator.
Enter x-values in L1 and y-values in L2. Go to STAT > CALC > LinReg(ax+b). Ensure 'DiagnosticOn' is enabled in the MODE menu to see the *r* value.