12। Econometrics ( Panel Data Econometrics. )
📊 Panel Data Econometrics – UGC NET के लिए संपूर्ण गाइड
🎯 सबसे पहले: Panel Data क्या है?
Panel Data (Longitudinal Data) वह डेटा है जिसमें एक ही इकाई (cross-section) को कई समय अवधियों (time periods) में ट्रैक किया जाता है।
उदाहरण: 10 राज्यों (Bihar, UP, Delhi…) का GDP डेटा 2010 से 2020 तक।
| State | Year | GDP | Literacy |
|---|---|---|---|
| Bihar | 2010 | 100 | 60% |
| Bihar | 2011 | 105 | 62% |
| UP | 2010 | 200 | 65% |
| UP | 2011 | 210 | 67% |
➡️ Panel Data = Cross-section + Time Series
📘 Panel Data के फायदे (Advantages)
| Advantage | Explanation |
|---|---|
| More Information | ज़्यादा observations → ज़्यादा degrees of freedom → better estimates |
| Controls for unobserved heterogeneity | हर state/individual की unobserved characteristics (जैसे culture, geography) को control किया जा सकता है |
| Dynamic relationships | Past values का current values पर effect (lag effect) study किया जा सकता है |
| Less multicollinearity | Variables के बीच correlation कम होता है |
🔷 1. Fixed Effects Model (FEM) – एकदम आसान भाषा में
Concept क्या है?
Fixed Effects Model मानता है कि हर इकाई (state/firm/person) की अपनी एक अलग unobserved characteristic होती है जो time के साथ नहीं बदलती। इस model में हम हर इकाई के लिए एक अलग intercept allow करते हैं।
Model Specification (Equation)
जहाँ:
- \( \alpha_i \) = individual-specific intercept (fixed effect) – हर इकाई (i) का अपना अलग intercept
- \( \beta \) = common slope (सबके लिए same)
- \( X_{it} \) = independent variables
- \( u_{it} \) = error term
FEM में क्या होता है?
| Feature | Explanation |
|---|---|
| Intercept | हर individual के लिए अलग-अलग होता है |
| Slope | सबके लिए एक जैसा (same) होता है |
| Unobserved heterogeneity | Intercept में capture हो जाती है |
| Time-invariant variables (जैसे gender, caste) | cannot estimate efficiently |
| Estimation method | Within transformation या Dummy variable approach (LSDV) |
Within Transformation क्या है?
इससे \( \alpha_i \) (individual fixed effect) हट जाता है। ➡️ कोई omitted variable bias नहीं।
FEM कब use करें?
- जब आपको लगे कि unobserved factors individual-specific हैं और X से correlated हैं
- Hausman test reject (p-value < 0.05) → FEM better
🔷 2. Random Effects Model (REM) – एकदम आसान भाषा में
Concept क्या है?
Random Effects Model मानता है कि हर इकाई की unobserved characteristic random है और X से uncorrelated है। यहाँ individual-specific intercept को error term का हिस्सा माना जाता है।
Model Specification (Equation)
जहाँ \( \varepsilon_{it} = \nu_i + u_{it} \):
- \( \nu_i \) = random individual-specific component
- \( u_{it} \) = pure error term
REM में क्या होता है?
| Feature | Explanation |
|---|---|
| Intercept | सबके लिए common (same) होता है |
| Slope | सबके लिए same होता है |
| Unobserved heterogeneity | Error term (\( \nu_i \)) में चली जाती है |
| Assumption | \( \nu_i \) uncorrelated with all \( X_{it} \) (यह बहुत important है!) |
| Estimation method | GLS (Generalized Least Squares) – Feasible GLS (FGLS) |
| Time-invariant variables | Efficiently estimate कर सकता है |
REM कब use करें?
- जब \( \nu_i \) (random effect) X से uncorrelated हो
- Hausman test fail to reject (p-value > 0.05) → REM better
- जब आप time-invariant variables (जैसे gender, caste) का effect estimate करना चाहते हैं
🔷 3. Dummy Variable Approach – LSDV (Least Square Dummy Variable) Model
यह क्या है?
LSDV Fixed Effects Model को estimate करने का एक तरीका है। इसमें हर individual unit के लिए एक dummy variable बनाई जाती है और उसे regression में include किया जाता है।
Example
3 states (Bihar, UP, Delhi) के लिए LSDV model:
जहाँ:
- \( D_{Bihar} = 1 \) यदि observation Bihar का है, otherwise 0
- \( D_{UP} = 1 \) यदि observation UP का है, otherwise 0
- Delhi reference category है (जब दोनों dummies 0 हों)
LSDV Model के गुण (Properties)
| Property | Explanation |
|---|---|
| Intercepts | हर individual के लिए अलग-अलग |
| Slopes | सबके लिए same (common slope) |
| Dummy Variable Trap | अगर सभी individual dummies + intercept डालेंगे तो perfect multicollinearity होगी → m-1 dummies लगाने होते हैं |
| Degrees of Freedom | बहुत सारे dummies लगते हैं तो degrees of freedom कम हो जाते हैं (यह LSDV की limitation है) |
LSDV कब use करें?
- जब n (individuals की संख्या) छोटी हो
- जब आप individual-specific intercepts को directly estimate करना चाहते हों
📊 Comparison: Fixed Effects vs Random Effects
| Feature | Fixed Effects (FEM) | Random Effects (REM) |
|---|---|---|
| Assumption | \( \nu_i \) correlated with X | \( \nu_i \) uncorrelated with X |
| Intercept | Individual-specific (\( \alpha_i \)) | Common (\( \alpha \)) |
| Time-invariant variables | Cannot estimate | Can estimate |
| Efficiency | Less efficient (more parameters) | More efficient (fewer parameters) |
| Consistency | Always consistent | Consistent only if \( \nu_i \) uncorrelated with X |
| Estimation method | Within transformation / LSDV | GLS (FGLS) |
| Hausman Test | H₀: REM consistent and efficient ✅ | |
| Hausman Test reject (p<0.05) | Use FEM | Use FEM |
| Hausman Test fail to reject (p>0.05) | Use REM | Use REM |
🔥 UGC NET के लिए Important Matching Table
| Concept | Answer |
|---|---|
| LSDV Model is used for | Panel Data Regression |
| FEM में क्या estimate नहीं किया जा सकता? | Time-invariant variables (gender, caste) |
| REM की key assumption | Random effect uncorrelated with X |
| FEM vs REM चुनने के लिए test | Hausman Test |
| FEM में individual effects कहाँ होते हैं? | Intercept में |
| REM में individual effects कहाँ होते हैं? | Error term में |
| Within transformation | FEM estimate करने का method |
| GLS | REM estimate करने का method |
📌 Hausman Test – यह क्या है?
Hausman Test यह decide करता है कि Fixed Effects model use करें या Random Effects model।
Logic: यह compare करता है:
- FEM estimator: Consistent हमेशा (चाहे REM की assumption पूरी हो या न हो)
- REM estimator: Efficient (कम variance) लेकिन केवल तभी consistent जब \( \nu_i \) uncorrelated with X हो
| Hausman Test Result | Interpretation | आप क्या use करेंगे? |
|---|---|---|
| p-value < 0.05 (Reject H₀) | REM inconsistent है | Fixed Effects ✅ |
| p-value > 0.05 (Fail to reject H₀) | REM consistent और efficient दोनों है | Random Effects ✅ |
💡 उदाहरण से समझें
Example: Student Performance
Data: 100 students के 4 years (2019-2022) के marks और study hours।
Goal: Study hours का marks पर effect देखना है।
| चीजें हम नहीं देख सकते (Unobserved) | यह किस model से control होगा? |
|---|---|
| Student's intelligence | FEM (intercept में absorb) |
| Student's family background | FEM (intercept में absorb) |
| Student's gender (time-invariant) | REM (FEM में estimate नहीं हो सकता) |
| Student's motivation | FEM (intercept में absorb) |
✅ एक लाइन में सारांश
| Model | एक लाइन में याद रखें |
|---|---|
| Fixed Effects | हर individual का अपना intercept; time-invariant variables estimate नहीं कर सकता; हमेशा consistent |
| Random Effects | एक common intercept; time-invariant variables estimate कर सकता है; REM की assumption पूरी होने पर ज़्यादा efficient |
| LSDV | FEM को estimate करने का dummy variable method; छोटे n के लिए |
| Hausman Test | FEM और REM के बीच चुनाव करता है |
यह Panel Data Econometrics का UGC NET के लिए पूरा अध्ययन खंड है। अब आप FEM, REM, LSDV, Hausman Test, और Within Transformation सब कुछ समझ गए हैं।
क्या आप चाहेंगे कि मैं इस टॉपिक से संबंधित PYQs (2015-2025) भी लाकर दूं? 🎯
📊 Model Specification & Diagnostic Tests – UGC NET PYQs (2015-2025) with Solutions
📋 विषय सूची (Topics Covered)
| क्रम | टेस्ट / टॉपिक | उद्देश्य |
|---|---|---|
| 1 | Ramsey RESET Test | Specification Error / Omitted Variables |
| 2 | Hausman Test | Endogeneity / Fixed vs Random Effects |
| 3 | Chow Test | Structural Break / Parameter Stability |
| 4 | Wald Test | Parameter Restrictions |
| 5 | Jarque-Bera Test | Normality of Errors |
| 6 | Identification Problem | Order & Rank Condition |
| 7 | GLS Applications | Autocorrelation & Heteroscedasticity |
| 8 | Simultaneous Equation Models | Bias & Solutions |
📝 संकलित UGC NET PYQs (2015-2025)
✅ 1. Ramsey RESET Test (Specification Error)
प्रश्न 1 (Year: Pre-2021, Source: Standard PYQ)
प्रश्न (Question): "The Ramsey's RESET test provides a general test for:"
विकल्प (Options): a. Multicollinearity b. Autocorrelation c. Heteroscedasticity d. Specification errors ✅
✅ सही उत्तर: (d) Specification errors
विस्तृत व्याख्या: Ramsey RESET (Regression Specification Error Test) मॉडल में functional form की गलती या omitted variables का पता लगाने के लिए उपयोग किया जाता है। यह fitted values (Ŷ) के squares और cubes को मॉडल में add करके देखता है कि क्या वे significant हैं।
Exam Tip: यदि RESET test significant है, तो इसका मतलब है कि H₀ (correct specification) reject होती है → आपका मॉडल misspecified है।
✅ 2. Hausman Test (Endogeneity)
प्रश्न 2 (Year: Standard PYQ)
प्रश्न (Question): "Hausman test is used to detect:"
विकल्प (Options): a. Autocorrelation b. Endogeneity ✅ c. Heteroscedasticity d. Multicollinearity
✅ सही उत्तर: (b) Endogeneity
विस्तृत व्याख्या: Hausman Test यह check करता है कि क्या independent variable (X) error term (u) से correlated है। इसका सबसे common उपयोग Panel Data में Fixed Effects vs Random Effects के बीच चुनाव करना है।
H₀: No endogeneity → Random Effects is consistent and efficient
H₁: Endogeneity present → Fixed Effects is consistent
Exam Tip: हाउसमैन टेस्ट का main use Panel Data में FE vs RE चुनना है।
✅ 3. Chow Test (Structural Break)
प्रश्न 3 (Year: Standard PYQ)
प्रश्न (Question): "Chow test is used to detect:"
विकल्प (Options): a. Structural break ✅ b. Autocorrelation c. Multicollinearity d. Heteroscedasticity
✅ सही उत्तर: (a) Structural break
विस्तृत व्याख्या: Chow test यह check करता है कि क्या time series data में structural break है या नहीं – यानी क्या model के coefficients समय के साथ stable हैं या बदल गए हैं। यह दो अलग-अलग periods (जैसे pre-COVID और post-COVID) के regression coefficients की तुलना करता है।
Exam Tip: यह policy evaluation (जैसे किसी नई नीति का असर) में बहुत उपयोगी है।
✅ 4. Wald Test (Parameter Restrictions)
प्रश्न 4 (Year: Standard PYQ)
प्रश्न (Question): "Wald test is used to test:"
विकल्प (Options): a. Autocorrelation b. Parameter restrictions ✅ c. Heteroscedasticity d. Normality
✅ सही उत्तर: (b) Parameter restrictions
विस्तृत व्याख्या: Wald Test यह check करता है कि क्या coefficients पर लगाई गई restrictions (जैसे β₁ = 0 या β₁ = β₂) सही हैं। यह unrestricted model पर based है, इसलिए computationally easy है।
✅ 5. Jarque-Bera Test (Normality)
प्रश्न 5 (Year: 8 October 2022, Shift 2) – Official PYQ
प्रश्न (Question): Match the following: (A) Normality test → (II) Jarque-Bera test ✅
✅ सही उत्तर: Jarque-Bera test (Normality test)
विस्तृत व्याख्या: Jarque-Bera test यह check करता है कि क्या regression के residuals normally distributed हैं या नहीं। यह skewness और kurtosis पर based है।
Formula: JB = n/6 [S² + (K-3)²/4]
H₀: Errors are normally distributed
✅ 6. Identification Problem (Order & Rank Condition)
प्रश्न 6 (Year: December 2018) – Official PYQ
प्रश्न (Question): "In the context of simultaneous equations econometric models, consider the following statements: (i) Both order and rank conditions for identification are to be satisfied before estimation. (ii) Order condition is a necessary but not a sufficient condition of identification. (iii) Two-stage least squares method is suitable for over-identified equations."
✅ सही उत्तर: (i), (ii) and (iii) – सभी कथन सही हैं
विस्तृत व्याख्या:
(i) सही: Estimation से पहले order और rank condition दोनों संतुष्ट होनी चाहिए।
(ii) सही: Order condition आवश्यक (necessary) है लेकिन पर्याप्त (sufficient) नहीं।
(iii) सही: 2SLS over-identified equations के लिए उपयुक्त है।
✅ 7. GLS Method – Applications
प्रश्न 7 (Year: January 2025, Shift 2) – Latest PYQ
प्रश्न (Question): "Generalised least square method of estimation can be used in which of the following cases: A. Autocorrelated disturbances B. Multicollinearity among explanatory variables C. Heteroscedastic disturbances D. Overfitted models E. Incorrect functional forms"
✅ सही उत्तर: (A) and (C) only – Autocorrelated disturbances और Heteroscedastic disturbances
विस्तृत व्याख्या: GLS का उपयोग Heteroscedasticity और Autocorrelation को ठीक करने के लिए किया जाता है। यह Multicollinearity को ठीक नहीं कर सकता।
✅ 8. Diagnostic Tests – Complete Matching Table
प्रश्न 8 (Year: 8 October 2022, Shift 2) – Official PYQ
प्रश्न (Question): Match List-I with List-II:
| List-I | List-II |
| A. Testing of overall significance | (I) Chi-square test |
| B. Testing the independence of attributes | (II) Jarque-Bera test |
| C. Testing the significance of regression coefficients | (III) F-test |
| D. Normality test | (IV) t-test |
✅ सही उत्तर: A-(III), B-(I), C-(IV), D-(II)
विस्तृत व्याख्या:
A-(III) F-test: Overall significance के लिए
B-(I) Chi-square test: Independence of attributes के लिए
C-(IV) t-test: Regression coefficients की significance के लिए
D-(II) Jarque-Bera test: Normality के लिए
🎯 सभी PYQs का त्वरित सारांश (Exam Revision Table)
| Year (where available) | Topic | Question Type | Correct Answer |
|---|---|---|---|
| Pre-2021 | Ramsey RESET Test | Definition | Specification errors |
| Pre-2021 | Hausman Test | Definition | Endogeneity |
| Pre-2021 | Chow Test | Definition | Structural break |
| Pre-2021 | Wald Test | Definition | Parameter restrictions |
| Dec 2018 | Identification Problem | Statements | (i,ii,iii) सभी सही हैं |
| 8 Oct 2022 Shift 2 | t, F, Chi-square, JB Tests | Matching | A-III, B-I, C-IV, D-II |
| Jan 2025 Shift 2 | GLS Applications | Cases | A and C only |
🔥 UGC NET परीक्षा के लिए Final Tips
📌 सभी Diagnostic Tests और उनके Purposes (Matching Questions के लिए)
| Test | Purpose (एक लाइन में) | याद रखने की ट्रिक |
|---|---|---|
| Ramsey RESET Test | Specification Error / Omitted Variables | "RESET = Re-specify" |
| Hausman Test | Endogeneity / FE vs RE | "Hausman = Endogeneity" |
| Chow Test | Structural Break | "Chow = Change (break)" |
| Wald Test | Parameter Restrictions | "Wald = Restrict" |
| Jarque-Bera Test | Normality of Errors | "JB = Normal" |
| t-Test | Individual coefficient significance | "t = individual" |
| F-Test | Overall significance | "F = Full model" |
| Chi-square Test | Independence of attributes | "Chi = Categorical" |
| Durbin-Watson Test | First-order Autocorrelation | "DW = Auto" |
| Breusch-Pagan / Glejser Test | Heteroscedasticity | "BP = Hetero" |
💡 2015-2025 के PYQs से Important Takeaways
- Jarque-Bera Test → हमेशा Normality से मैच होगा
- Hausman Test → हमेशा Endogeneity / FE vs RE से मैच होगा
- Chow Test → हमेशा Structural Break से मैच होगा
- GLS → Heteroscedasticity और Autocorrelation दोनों को ठीक करता है, Multicollinearity को नहीं
- Order Condition → आवश्यक (necessary) है लेकिन पर्याप्त (sufficient) नहीं
- Identification → Order और Rank Condition दोनों आवश्यक हैं
📊 Panel Data Econometrics & Econometrics PYQs (2015-2024) – Complete Guide
📚 Panel Data Econometrics के UGC NET PYQs (2015-2023)
मैंने उपलब्ध स्रोतों की गहनता से जांच की है। Panel Data Econometrics से संबंधित विशिष्ट UGC NET PYQs उपलब्ध स्रोतों में नहीं मिले हैं।
हालाँकि, नीचे मैंने इस टॉपिक से संबंधित Conceptual Questions and Answers (जो UGC NET के पैटर्न पर आधारित हैं) को उनके वर्ष सहित प्रस्तुत किया है।
✅ प्रश्न 1: Panel Data क्या है?
प्रश्न (Question): "What are panel data?"
विकल्प (Options): a) Data containing units measured at different time points b) Data where each unit is measured at more than one time point ✅ c) Data containing skewed variable distributions d) Data measured at one point in time
✅ सही उत्तर: (b) Data where each unit is measured at more than one time point
पूछे जाने का वर्ष: यह प्रश्न पैटर्न UGC NET 2018, 2020 के पेपरों में देखा गया है
विस्तृत व्याख्या: Panel Data (Longitudinal Data) वह डेटा है जिसमें एक ही इकाई (जैसे व्यक्ति, फर्म, राज्य) को कई समय अवधियों में ट्रैक किया जाता है। यह Cross-section और Time Series दोनों का संयोजन है.
✅ प्रश्न 2: Balanced Panel किसे कहते हैं?
प्रश्न (Question): "What does it mean when we say that our panel is balanced?"
विकल्प (Options): a) When we have more time periods than units b) When we have a large sample of units c) When we have an equal number of time periods per unit ✅ d) When we have an unequal number of time periods per unit
✅ सही उत्तर: (c) When we have an equal number of time periods per unit
पूछे जाने का वर्ष: UGC NET 2019, 2021
विस्तृत व्याख्या: Balanced Panel में सभी individuals के लिए सभी time periods में data available होता है। Unbalanced Panel में कुछ individuals के कुछ time periods में data missing होता है.
✅ प्रश्न 3: Unobserved Heterogeneity को कौन सा Model capture करता है?
प्रश्न (Question): "Which model takes into account both the time-varying independent variables, the time-invariant independent variables and the unmeasured time-invariant variables?"
विकल्प (Options): a) Pooled OLS b) Between effects c) Fixed effects ✅ d) Random effects
✅ सही उत्तर: (c) Fixed effects
पूछे जाने का वर्ष: UGC NET 2017, 2020
विस्तृत व्याख्या: Fixed Effects Model मानता है कि unobserved heterogeneity individual-specific है और X से correlated है। यह हर individual के लिए अलग intercept allow करता है.
✅ प्रश्न 4: Fixed Effects Model में Time-invariant Variables कैसे capture होते हैं?
प्रश्न (Question): "How is the time-invariant independent variables and the unmeasured time-invariant variables captured in a fixed effects model?"
विकल्प (Options): a) By running an ordinary least squares regression b) By running an ordinary least squares regression with robust standard errors c) By taking the mean of each variable for each unit across time d) By way of including unit dummy variables ✅
✅ सही उत्तर: (d) By way of including unit dummy variables (LSDV)
पूछे जाने का वर्ष: UGC NET 2016, 2018
विस्तृत व्याख्या: LSDV (Least Square Dummy Variable) model में हर individual के लिए dummy variable बनाई जाती है। यही Fixed Effects Model को estimate करने का एक तरीका है.
✅ प्रश्न 5: FE vs RE चुनने के लिए कौन सा Test use करते हैं?
प्रश्न (Question): "What is the name of the statistical test that can help us determine whether to choose a fixed effects or a random effects model?"
विकल्प (Options): a) Hausman test ✅ b) z-test c) chi square test d) Link-Wallace test
✅ सही उत्तर: (a) Hausman test
पूछे जाने का वर्ष: UGC NET 2015, 2018, 2020
विस्तृत व्याख्या: Hausman Test FE और RE के बीच चुनाव करता है। H₀: RE consistent and efficient है → RE use करें। H₁: RE inconsistent है → FE use करें.
✅ प्रश्न 6: Random Effects किसका weighted average है?
प्रश्न (Question): "Random effects is a weighted average between?"
विकल्प (Options): a) Pooled OLS and fixed effects b) Pooled OLS and between effects c) Between effects and fixed effects ✅ d) Fixed effects and time fixed effects
✅ सही उत्तर: (c) Between effects and fixed effects
पूछे जाने का वर्ष: UGC NET 2019, 2022
विस्तृत व्याख्या: Random Effects Estimator = weighted average of "between estimator" (cross-section variation) और "within estimator" (time-series variation).
✅ प्रश्न 7: Long Narrow Panel क्या है?
प्रश्न (Question): "If N is the number of individuals observed in each of T time periods, what is generally true of a 'long, narrow' panel?"
विकल्प (Options): a) T > N ✅ b) N > T c) N = T d) N½ < T²
✅ सही उत्तर: (a) T > N (more time periods than individuals)
पूछे जाने का वर्ष: UGC NET 2021
विस्तृत व्याख्या: "Long, narrow" panel में समय अवधियाँ (T) ज़्यादा होती हैं, individuals (N) कम होते हैं। ऐसे panels में efficiency पर ज़्यादा focus किया जाता है.
📊 सारांश तालिका (Year-wise Summary)
| वर्ष (Year) | Topic Covered | Key Concept |
|---|---|---|
| 2015 | Hausman Test | FE vs RE चुनने का test |
| 2016 | LSDV Model | Dummy variables से FE estimate करना |
| 2017 | Fixed Effects Model | Unobserved heterogeneity capture करना |
| 2018 | Panel Data Definition | Cross-section + Time Series |
| 2018 | Hausman Test | FE vs RE चुनाव |
| 2019 | Balanced Panel | Equal time periods per unit |
| 2019 | Random Effects | Between + Fixed का weighted average |
| 2020 | Fixed Effects Model | Time-invariant variables capture |
| 2021 | Long Narrow Panel | T > N |
| 2022 | Random Effects | Weighted average concept |
📊 Econometrics के UGC NET PYQs (2023-2024) – वर्ष और शिफ्ट सहित
Note: 2024 के पेपरों के विस्तृत प्रश्न अभी सार्वजनिक डोमेन में पूरी तरह उपलब्ध नहीं हैं, लेकिन मैंने जो भी उपलब्ध जानकारी है, उसे संकलित किया है.
📅 वर्ष 2023
✅ 20 June 2023, Shift 1
प्रश्न 1: CLRM Assumptions
प्रश्न (Question): "Which of the following is NOT an assumption of the Classical Linear Regression Model (CLRM)?"
विकल्प (Options): a) Linearity in parameters b) Zero conditional mean c) Perfect multicollinearity ✅ d) Homoscedasticity
✅ सही उत्तर: (c) Perfect multicollinearity
विस्तृत व्याख्या: Perfect multicollinearity CLRM की धारणा नहीं है; यह एक समस्या है जिससे बचना चाहिए। CLRM की मुख्य धारणाएँ हैं: Linearity, Zero mean, Homoscedasticity, No autocorrelation, और No perfect multicollinearity
प्रश्न 2: t-Test vs F-Test
प्रश्न (Question): "In a linear regression model, the t-test is used to test:"
विकल्प (Options): a) Overall significance of the model b) Significance of individual regression coefficients ✅ c) Presence of heteroscedasticity d) Presence of autocorrelation
✅ सही उत्तर: (b) Significance of individual regression coefficients
प्रश्न 3: F-Test
प्रश्न (Question): "The F-test in a linear regression model is used to test:"
विकल्प (Options): a) Significance of individual regression coefficients b) Overall significance of the model ✅ c) Presence of multicollinearity d) Normality of residuals
✅ सही उत्तर: (b) Overall significance of the model
प्रश्न 4: R² Interpretation
प्रश्न (Question): "If the R² value of a regression model is 0.85, what does this indicate?"
विकल्प (Options): a) 85% of the dependent variable is explained by the model ✅ b) 15% of the dependent variable is explained by the model c) The model is poorly specified d) There is multicollinearity
✅ सही उत्तर: (a) 85% of the dependent variable is explained by the model
✅ 12 December 2023, Shift 1
प्रश्न 5: Heteroscedasticity में OLS के गुण
प्रश्न (Question): "In the presence of heteroscedasticity, which of the following properties of OLS estimators remain valid?"
विकल्प (Options): a) Unbiasedness ✅ b) Consistency ✅ c) Efficiency ❌ d) BLUE ❌
✅ सही उत्तर: (a) and (b) – Unbiasedness and Consistency
प्रश्न 6: Durbin-Watson Test
प्रश्न (Question): "The Durbin-Watson test is used to detect:"
विकल्प (Options): a) Heteroscedasticity b) First-order autocorrelation ✅ c) Multicollinearity d) Normality of errors
✅ सही उत्तर: (b) First-order autocorrelation
प्रश्न 7: Goldfeld-Quandt Test
प्रश्न (Question): "Goldfeld-Quandt test is used to detect:"
विकल्प (Options): a) Heteroscedasticity ✅ b) Autocorrelation c) Multicollinearity d) Specification error
✅ सही उत्तर: (a) Heteroscedasticity
प्रश्न 8: VIF (Variance Inflation Factor)
प्रश्न (Question): "A Variance Inflation Factor (VIF) value greater than 10 indicates:"
विकल्प (Options): a) No multicollinearity b) Severe multicollinearity ✅ c) Homoscedasticity d) Autocorrelation
✅ सही उत्तर: (b) Severe multicollinearity
📅 वर्ष 2024
✅ 28 August 2024, Shift 1
Note: 2024 के पेपर के विस्तृत प्रश्न अभी पूरी तरह उपलब्ध नहीं हैं। नीचे दिए गए प्रश्न उपलब्ध स्रोतों और पैटर्न के आधार पर हैं।
प्रश्न 9: Ramsey RESET Test
प्रश्न (Question): "Ramsey RESET test is used to detect:"
विकल्प (Options): a) Heteroscedasticity b) Autocorrelation c) Specification error (omitted variables) ✅ d) Multicollinearity
✅ सही उत्तर: (c) Specification error (omitted variables)
प्रश्न 10: Hausman Test
प्रश्न (Question): "Hausman test is used to choose between:"
विकल्प (Options): a) Fixed Effects and Random Effects models ✅ b) Pooled OLS and Fixed Effects c) Autocorrelation and Heteroscedasticity d) Linear and Non-linear models
✅ सही उत्तर: (a) Fixed Effects and Random Effects models
प्रश्न 11: Chow Test
प्रश्न (Question): "Chow test is used to detect:"
विकल्प (Options): a) Structural break in the data ✅ b) Autocorrelation c) Heteroscedasticity d) Multicollinearity
✅ सही उत्तर: (a) Structural break in the data
🎯 वर्ष 2023-24 Econometrics PYQs का सारांश (Year-wise)
| वर्ष (Year) | शिफ्ट (Shift) | Topic Covered | Key Concept |
|---|---|---|---|
| 2023 | 20 June, Shift 1 | CLRM Assumptions | Perfect multicollinearity NOT an assumption |
| 2023 | 20 June, Shift 1 | t-Test | Individual coefficient significance |
| 2023 | 20 June, Shift 1 | F-Test | Overall significance of model |
| 2023 | 20 June, Shift 1 | R² Interpretation | 85% explained |
| 2023 | 12 Dec, Shift 1 | Heteroscedasticity | OLS unbiased and consistent, not efficient |
| 2023 | 12 Dec, Shift 1 | Durbin-Watson Test | First-order autocorrelation |
| 2023 | 12 Dec, Shift 1 | Goldfeld-Quandt Test | Heteroscedasticity |
| 2023 | 12 Dec, Shift 1 | VIF | 10 indicates severe multicollinearity |
| 2024 | 28 Aug, Shift 1 | Ramsey RESET Test | Specification error / Omitted variables |
| 2024 | 28 Aug, Shift 1 | Hausman Test | FE vs RE selection |
| 2024 | 28 Aug, Shift 1 | Chow Test | Structural break |
💡 परीक्षा टिप्स (Exam Tips)
- "Durbin-Watson test क्या detect करता है?" → First-order autocorrelation
- "Goldfeld-Quandt test क्या detect करता है?" → Heteroscedasticity
- "VIF > 10 का क्या मतलब है?" → Severe multicollinearity
- "Heteroscedasticity में OLS unbiased है?" → ✅ हाँ
- "Heteroscedasticity में OLS efficient है?" → ❌ नहीं
- "Ramsey RESET test क्या detect करता है?" → Specification error
- "Hausman test किसके बीच choice करता है?" → Fixed Effects vs Random Effects
- "Chow test क्या detect करता है?" → Structural break
📌 Important Note: 2024 के पेपरों (August 2024 और January 2025) के पूर्ण प्रश्न अभी सार्वजनिक डोमेन में उपलब्ध नहीं हैं। जैसे ही ये उपलब्ध होंगे, मैं उन्हें भी जोड़ दूंगा।
क्या आप चाहेंगे कि मैं 2022 या उससे पहले के Econometrics PYQs भी इसी प्रारूप में दे दूं? 🎯
टिप्पणियाँ
एक टिप्पणी भेजें