Unit5 - Subjective Questions
MGN206 • Practice Questions with Detailed Answers
Define Correlation. Explain the different types of correlation with examples.
Definition:
Correlation is a statistical technique used to determine the degree to which two variables are related or associated. It measures the strength and direction of the linear relationship between two quantitative variables.
Types of Correlation:
- Positive Correlation:
- When both variables move in the same direction. If one variable increases, the other also increases, and vice versa.
- Example: Height and Weight, Income and Expenditure.
- Negative Correlation:
- When the variables move in opposite directions. If one variable increases, the other decreases.
- Example: Price and Demand, Volume and Pressure of a gas.
- Zero (No) Correlation:
- When the change in one variable has no relation to the change in the other.
- Example: Shoe size and Intelligence Quotient (IQ).
What are the fundamental assumptions of Pearson’s Correlation Coefficient?
Assumptions of Pearson’s Correlation Coefficient ():
- Level of Measurement: The variables must be measured on an interval or ratio scale (continuous data).
- Linearity: There should be a linear relationship between the two variables. This means that if you plot the data on a scatter diagram, the points should roughly form a straight line.
- Normality: Both variables should be normally distributed (bivariate normality).
- Homoscedasticity: The variability in scores for one variable should be roughly similar at all values of the other variable.
- Absence of Outliers: Extreme outliers can significantly skew the value of the correlation coefficient and should be removed or analyzed separately.
- Related Pairs: Each observation in the dataset must consist of a pair of values derived from the same subject.
Write the formula for Pearson’s Product Moment Correlation Coefficient and explain the notations used.
The most common formula for Pearson's correlation coefficient () is:
Where:
- : Pearson correlation coefficient.
- : Total number of pairs of scores.
- : Sum of the products of paired scores.
- : Sum of scores.
- : Sum of scores.
- : Sum of squared scores.
- : Sum of squared scores.
Alternatively, using deviations from the mean:
Discuss the properties of the Coefficient of Correlation.
Properties of Correlation Coefficient ():
- Range: The value of always lies between -1 and +1 ().
- Unit Free: It is a pure number and is independent of the units of measurement (e.g., kg, cm).
- Symmetry: The correlation between and is the same as the correlation between and ().
- Independence of Origin and Scale: The value of does not change if the origin (adding/subtracting a constant) or scale (multiplying/dividing by a constant) of the data is changed.
- Significance:
- : Perfect positive correlation.
- : Perfect negative correlation.
- : No linear correlation.
What is the Coefficient of Determination? How is it interpreted?
Definition:
The Coefficient of Determination, denoted as (r-squared), is the square of the Pearson correlation coefficient. It represents the proportion of the variance in the dependent variable that is predictable from the independent variable.
Interpretation:
- It is usually expressed as a percentage.
- For example, if the correlation coefficient , then the coefficient of determination is or .
- Meaning: This implies that 64% of the variation in the dependent variable can be explained by the variation in the independent variable. The remaining 36% is due to other factors (unexplained variance or error).
- It provides a measure of how well the regression model fits the observed data.
Explain Spearman’s Rank Correlation Coefficient. When is it used?
Definition:
Spearman’s Rank Correlation Coefficient (denoted by Greek letter or ) is a non-parametric measure of rank correlation. It assesses how well the relationship between two variables can be described using a monotonic function.
When to use it:
- Ordinal Data: When the data is in the form of ranks/categories (e.g., First, Second, Third) rather than exact values.
- Non-Normal Distribution: When the data does not satisfy the assumption of normality required for Pearson’s correlation.
- Non-Linear Monotonic Relationships: When the relationship is consistently increasing or decreasing but not necessarily at a constant rate (curved but not reversing direction).
Formula (No Ties):
Where is the difference between ranks and is the number of pairs.
Distinguish between Pearson’s Correlation and Spearman’s Rank Correlation.
| Feature | Pearson’s Correlation () | Spearman’s Rank Correlation ( or ) |
|---|---|---|
| Type | Parametric test. | Non-parametric test. |
| Data Type | Interval or Ratio scale (Quantitative). | Ordinal scale (Qualitative/Ranked). |
| Relationship | Measures linear relationships. | Measures monotonic relationships. |
| Sensitivity | Highly sensitive to outliers. | Less sensitive to outliers (since values are converted to ranks). |
| Assumptions | Assumes bivariate normality. | Does not assume any specific distribution. |
| Usage | Used when raw data is available and standard assumptions are met. | Used when data is ranked or assumptions for Pearson are violated. |
How is Spearman’s Rank Correlation calculated when there are tied ranks? Provide the formula.
When two or more items have the same value, they are assigned the average of the ranks they would have occupied. This situation is called 'Tied Ranks'. Since the standard formula assumes distinct ranks, a correction factor () must be applied.
Correction Factor:
For each group of tied ranks, we add to the term, where is the number of times an item is repeated.
Modified Formula:
- : Sum of squared differences of ranks.
- : The number of items in each tied group.
- : Total number of paired observations.
What is a Scatter Diagram? How does it help in studying correlation?
Definition:
A Scatter Diagram (or Scatter Plot) is a graphical representation of the relationship between two quantitative variables. One variable is plotted on the horizontal axis () and the other on the vertical axis ().
Utility in Correlation:
- Visual Confirmation: It provides an immediate visual clue about the existence of an association.
- Direction:
- Rising from left to right: Positive correlation.
- Falling from left to right: Negative correlation.
- Strength:
- Points close to a straight line: Strong correlation.
- Points scattered widely: Weak correlation.
- Form: It reveals whether the relationship is linear (straight line) or curvilinear.
- Outliers: It helps identify extreme values that might skew statistical calculations.
Define Regression Analysis. How does it differ from Correlation?
Regression Analysis:
Regression is a statistical method used to estimate the strength and character of the relationship between one dependent variable (usually denoted by ) and one or more independent variables (denoted by ). It allows the researcher to predict the value of the dependent variable based on known values of the independent variable.
Difference between Correlation and Regression:
- Objective:
- Correlation: Measures the degree/strength of association.
- Regression: Predicts the value of one variable based on another.
- Nature of Variables:
- Correlation: and are symmetric; there is no distinction between cause and effect.
- Regression: Defines a clear dependency; is the independent (predictor) variable, and is the dependent (outcome) variable.
- Causality:
- Correlation does not imply causation.
- Regression suggests a functional relationship (though true causality requires experimental design).
Explain the Simple Linear Regression model and its equation.
Simple Linear Regression:
This form of regression analyzes the relationship between two variables by fitting a linear equation to the observed data. The goal is to minimize the distance between the data points and the regression line.
The Equation:
The mathematical model is represented as:
Where:
- : The dependent variable (variable to be predicted).
- : The independent variable (predictor).
- (Alpha): The Y-intercept (the value of when ).
- (Beta): The Slope of the line (regression coefficient). It indicates the change in for a one-unit change in .
- (Epsilon): The random error term (residual), representing the difference between the observed and predicted values.
What is the 'Method of Least Squares' in the context of regression?
Concept:
The Method of Least Squares is a mathematical procedure used to find the best-fitting curve or line for a set of data points. "Best-fitting" is defined as the line that minimizes the sum of the squares of the vertical offsets (residuals) from the points to the line.
Explanation:
If is the predicted value on the line and is the actual observed value:
- The residual (error) is .
- We square these errors to avoid positive and negative values cancelling each other out: .
- The method minimizes the sum: .
This method ensures that the regression line represents the central trend of the data as accurately as possible.
Derive or state the Normal Equations used to solve for the constants 'a' and 'b' in a regression line of Y on X.
To determine the values of the intercept () and the slope () for the regression line using the method of least squares, we solve the following two simultaneous equations, known as the Normal Equations:
-
First Equation (Sum of Y):
-
Second Equation (Sum of XY):
Solving these equations:
From these, we calculate the slope () and intercept () as:
Explain the concept of Regression Coefficients. What are their properties?
Concept:
Regression coefficients quantify the relationship between variables. In simple linear regression, there are two coefficients:
- : Regression coefficient of on (Change in per unit change in ).
- : Regression coefficient of on (Change in per unit change in ).
Properties:
- Geometric Mean: The coefficient of correlation () is the geometric mean of the two regression coefficients.
- Signs: Both regression coefficients must have the same algebraic sign (+ or -). If one is positive, the other must be positive, and will be positive.
- Magnitude: If one regression coefficient is greater than unity (>1), the other must be less than unity (<1), because their product () cannot exceed 1.
- Arithmetic Mean: The arithmetic mean of the regression coefficients is greater than or equal to the correlation coefficient: .
Why are there two lines of regression (Y on X and X on Y)?
In correlation analysis, variables are treated symmetrically. However, in regression, we generate two distinct lines because the objective differs based on which variable is dependent:
-
Regression Line of Y on X ():
- Here, is the dependent variable and is independent.
- This line is derived by minimizing the sum of squares of vertical distances (errors in ).
- Used to predict given .
-
Regression Line of X on Y ():
- Here, is the dependent variable and is independent.
- This line is derived by minimizing the sum of squares of horizontal distances (errors in ).
- Used to predict given .
Unless there is perfect correlation (), these two lines will not coincide. They intersect at the means of the variables .
What is the Standard Error of Estimate in regression analysis?
Definition:
The Standard Error of Estimate ( or ) is a measure of the accuracy of predictions made with a regression line. It represents the standard deviation of the residuals (the differences between observed values and predicted values).
Significance:
- It measures the "average" distance that the observed values fall from the regression line.
- Low : Indicates that the data points are close to the regression line, meaning the prediction is accurate.
- High : Indicates high variability around the line, meaning predictions are less reliable.
Formula:
List the assumptions required for Linear Regression Analysis.
To ensure the validity of linear regression results, the following assumptions must be met (often remembered by the acronym LINE):
- Linearity: The relationship between the independent variable(s) and the dependent variable is linear.
- Independence of Errors: The residuals (errors) are independent of each other (no autocorrelation). This is crucial in time-series data.
- Normality of Error Distribution: The residuals should be normally distributed with a mean of zero.
- Homoscedasticity (Constant Variance): The variance of the residuals is constant across all levels of the independent variables. If the variance changes (cone shape in residual plot), it is called heteroscedasticity.
- No Multicollinearity: (For multiple regression) The independent variables should not be too highly correlated with each other.
Explain the concept of Spurious Correlation with an example.
Definition:
Spurious correlation (or nonsense correlation) refers to a situation where two variables appear to be statistically correlated but are not causally related. The correlation is often due to coincidence or the presence of a third, unseen factor (confounding variable) that influences both.
Example:
- Scenario: A study finds a high positive correlation between Ice Cream Sales and Drowning Incidents.
- Spuriousness: Does eating ice cream cause drowning? No.
- Explanation: The third variable is Temperature (Summer). In summer, more people buy ice cream, and more people go swimming (increasing the risk of drowning). The two variables are correlated mathematically but have no direct causal link.
Calculate the regression coefficient if , , and .
To calculate the regression coefficient of on (), we use the relationship between the correlation coefficient () and the standard deviations of and .
Formula:
Given:
- (Standard Deviation of Y) = 12
- (Standard Deviation of X) = 5
Calculation:
Answer:
The regression coefficient is 1.92.
Discuss the utility of Correlation and Regression in business research.
Correlation and Regression are vital tools in business research for decision-making and forecasting.
- Prediction and Forecasting: Regression allows businesses to predict future trends. For example, predicting Sales based on Advertising Spend.
- Identifying Key Drivers: Correlation helps identify which factors most strongly affect business outcomes (e.g., relating Employee Satisfaction to Productivity).
- Risk Management: Beta coefficients in finance (a form of regression) measure the volatility of a stock compared to the market, aiding in portfolio management.
- Quality Control: analyzing the relationship between production inputs (temperature, speed) and product quality.
- Marketing Strategy: Understanding the demographics (age, income) that correlate with high purchase intent helps in targeting ads effectively.