Regression Analysis in Research
Definition:
Regression Analysis is a statistical technique used to examine the relationship between a dependent variable and one or more independent variables.
It helps predict outcomes, test hypotheses, and measure the strength and direction of relationships.
✅ Types of Regression:
Type | Description |
---|---|
Simple Linear Regression | One independent variable predicting one dependent variable |
Multiple Linear Regression | More than one independent variable |
Logistic Regression | Dependent variable is binary (yes/no) |
Time Series Regression | Used when data is observed over time |
📊 Use of Regression in Finance Research
Common Applications:
-
Stock price prediction
-
Impact of interest rates on investment
-
Relationship between GDP and stock market returns
-
Determinants of firm value or profitability
🧮 Solved Example: Simple Linear Regression
🔢 Research Problem:
Does advertising expenditure impact sales revenue of a financial services firm?
Given Data:
Advertising Expense (₹ in lakhs) (X) | Sales Revenue (₹ in lakhs) (Y) |
---|---|
2 | 30 |
4 | 50 |
6 | 70 |
8 | 90 |
10 | 100 |
Step 1: Calculate Means
Step 2: Calculate Slope (b₁)
X | Y | X−6 | Y−68 | (X−6)(Y−68) | (X−6)² |
---|---|---|---|---|---|
2 | 30 | -4 | -38 | 152 | 16 |
4 | 50 | -2 | -18 | 36 | 4 |
6 | 70 | 0 | 2 | 0 | 0 |
8 | 90 | 2 | 22 | 44 | 4 |
10 | 100 | 4 | 32 | 128 | 16 |
Step 3: Calculate Intercept (b₀)
📈 Regression Equation:
✅ Interpretation:
-
The model predicts that for every ₹1 lakh increase in advertising, sales revenue increases by ₹9 lakhs.
-
Even with zero ad expense, the baseline revenue is ₹14 lakhs.
🧠 How It Helps in Research:
-
Helps test cause-effect hypotheses (e.g., "Advertising causes increase in sales").
-
Provides quantitative prediction models.
-
Supports decision-making in budgeting and investment planning.
Comments
Post a Comment