SlideShare a Scribd company logo
1 of 11
(CentreforKnowledgeTransfer)
institute
Linear Regression:
Best Linear Unbiased
Estimator(BLUE) property
assumptions
DR. C.V. SURESH BABU
(CentreforKnowledgeTransfer)
institute
In Simple Linear Regression or Multiple Linear Regression we make some basic assumptions on
the error term
Assumptions:
1. Error has zero mean
2. Error has constant variance
3. Errors are uncorrelated
4. Errors are normally distributed
https://www.youtube.com/watch?v=iIUq0SqBSH0
(CentreforKnowledgeTransfer)
institute
Introduction to Properties of OLS
Estimators
Linear regression models have several applications in real life. In econometrics, Ordinary Least
Squares (OLS) method is widely used to estimate the parameters of a linear regression model.
For the validity of OLS estimates, there are assumptions made while running linear regression
models.
A1. The linear regression model is “linear in parameters.”
A2. There is a random sampling of observations.
A3. The conditional mean should be zero.
A4. There is no multi-collinearity (or perfect collinearity).
A5. Spherical errors: There is homoscedasticity and no auto-correlation
A6: Optional Assumption: Error terms should be normally distributed.
(CentreforKnowledgeTransfer)
institute
The second assumption is known as Homoscedasticity and therefore, the violation of this
assumption is known as Heteroscedasticity.
Homoscedasticity vs Heteroscedasticity
• Therefore, in simple terms, we can define heteroscedasticity as the condition in which the variance of
error term or the residual term in a regression model varies.
• As you can see in the above diagram, in case of homoscedasticity, the data points are equally scattered
while in case of heteroscedasticity the data points are not equally scattered.
(CentreforKnowledgeTransfer)
institute
Possible reasons of arising
Heteroscedasticity:
Often occurs in those data sets which have a large range between the largest and the smallest
observed values i.e. when there are outliers.
When model is not correctly specified.
If observations are mixed with different measures of scale.
When incorrect transformation of data is used to perform the regression.
Skewness in the distribution of a regressor, and may be some other sources
(CentreforKnowledgeTransfer)
institute
Effects of Heteroscedasticity:
As mentioned above that one of the assumption (assumption number 2) of linear regression is
that there is no heteroscedasticity. Breaking this assumption means that OLS (Ordinary Least
Square) estimators are not the Best Linear Unbiased Estimator(BLUE) and their variance is not
the lowest of all other unbiased estimators.
Estimators are no longer best/efficient.
The tests of hypothesis (like t-test, F-test) are no longer valid due to the inconsistency in the co-
variance matrix of the estimated regression coefficients.
(CentreforKnowledgeTransfer)
institute
Applications and How it Relates to Study
of Econometrics
OLS estimators, because of such desirable properties discussed above, are widely used and find
several applications in real life.
(CentreforKnowledgeTransfer)
institute
Example:
Consider a bank that wants to predict the exposure of a customer at default.
The bank can take the exposure at default to be the dependent variable and several
independent variables like customer level characteristics, credit history, type of loan, mortgage,
etc.
The bank can simply run OLS regression and obtain the estimates to see which factors are
important in determining the exposure at default of a customer.
OLS estimators are easy to use and understand.
They are also available in various statistical software packages and can be used extensively.
(CentreforKnowledgeTransfer)
institute
OLS regressions form the building blocks of econometrics.
Any econometrics class will start with the assumption of OLS regressions.
It is one of the favorite interview questions for jobs and university admissions.
Based on the building blocks of OLS, and relaxing the assumptions, several different models have
come up like GLM (generalized linear models), general linear models, heteroscedastic models,
multi-level regression models, etc.
(CentreforKnowledgeTransfer)
institute
Research in Economics and Finance are highly driven by Econometrics.
OLS is the building block of Econometrics.
However, in real life, there are issues, like reverse causality, which render OLS irrelevant or not
appropriate.
However, OLS can still be used to investigate the issues that exist in cross-sectional data.
Even if OLS method cannot be used for regression, OLS is used to find out the problems, the
issues, and the potential fixes.
(CentreforKnowledgeTransfer)
institute
Summary
Linear regression is important and widely used, and OLS stimation technique is the most prevalent.
In this session, the properties of OLS estimators were discussed because it is the most widely used
estimation technique.
OLS estimators are BLUE (i.e. they are linear, unbiased and have the least variance among the class of
all linear and unbiased estimators).
Amidst all this, one should not forget the Gauss-Markov Theorem (i.e. the estimators of OLS model
are BLUE) holds only if the assumptions of OLS are satisfied.
Each assumption that is made while studying OLS adds restrictions to the model, but at the same
time, also allows to make stronger statements regarding OLS.
So, whenever you are planning to use a linear regression model using OLS, always check for the OLS
assumptions.
If the OLS assumptions are satisfied, then life becomes simpler, for you can directly use OLS for the
best results – thanks to the Gauss-Markov theorem!
https://www.youtube.com/watch?v=OCwZyYH14uw

More Related Content

What's hot

Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
ankur bhalla
 

What's hot (20)

Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Decision Trees
Decision TreesDecision Trees
Decision Trees
 
R square vs adjusted r square
R square vs adjusted r squareR square vs adjusted r square
R square vs adjusted r square
 
Uncertainty in AI
Uncertainty in AIUncertainty in AI
Uncertainty in AI
 
Heteroscedasticity
HeteroscedasticityHeteroscedasticity
Heteroscedasticity
 
Neural network
Neural networkNeural network
Neural network
 
Logistic Regression Analysis
Logistic Regression AnalysisLogistic Regression Analysis
Logistic Regression Analysis
 
Feature selection
Feature selectionFeature selection
Feature selection
 
Deterministic and non
Deterministic and nonDeterministic and non
Deterministic and non
 
Data Reduction
Data ReductionData Reduction
Data Reduction
 
Importance & Principles of Modeling from UML Designing
Importance & Principles of Modeling from UML DesigningImportance & Principles of Modeling from UML Designing
Importance & Principles of Modeling from UML Designing
 
CART – Classification & Regression Trees
CART – Classification & Regression TreesCART – Classification & Regression Trees
CART – Classification & Regression Trees
 
Module 4: Model Selection and Evaluation
Module 4: Model Selection and EvaluationModule 4: Model Selection and Evaluation
Module 4: Model Selection and Evaluation
 
Missing Data and Causes
Missing Data and CausesMissing Data and Causes
Missing Data and Causes
 
Multicollinearity
MulticollinearityMulticollinearity
Multicollinearity
 
Pca analysis
Pca analysisPca analysis
Pca analysis
 
K mean-clustering algorithm
K mean-clustering algorithmK mean-clustering algorithm
K mean-clustering algorithm
 
Feature Engineering in Machine Learning
Feature Engineering in Machine LearningFeature Engineering in Machine Learning
Feature Engineering in Machine Learning
 
Multicolinearity
MulticolinearityMulticolinearity
Multicolinearity
 
Principal Component Analysis
Principal Component AnalysisPrincipal Component Analysis
Principal Component Analysis
 

Similar to Blue property assumptions.

2.3 the simple regression model
2.3 the simple regression model2.3 the simple regression model
2.3 the simple regression model
Regmi Milan
 
Edison S Statistics
Edison S StatisticsEdison S Statistics
Edison S Statistics
teresa_soto
 
Edisons Statistics
Edisons StatisticsEdisons Statistics
Edisons Statistics
teresa_soto
 

Similar to Blue property assumptions. (20)

Bengkel smartPLS 2011
Bengkel smartPLS 2011Bengkel smartPLS 2011
Bengkel smartPLS 2011
 
2.3 the simple regression model
2.3 the simple regression model2.3 the simple regression model
2.3 the simple regression model
 
Evaluacion cuatro
Evaluacion cuatroEvaluacion cuatro
Evaluacion cuatro
 
Unit 05 - Consolidated.pptx
Unit 05 - Consolidated.pptxUnit 05 - Consolidated.pptx
Unit 05 - Consolidated.pptx
 
Final1
Final1Final1
Final1
 
Optimal design & Population mod pyn.pptx
Optimal design & Population mod pyn.pptxOptimal design & Population mod pyn.pptx
Optimal design & Population mod pyn.pptx
 
Identification of Outliersin Time Series Data via Simulation Study
Identification of Outliersin Time Series Data via Simulation StudyIdentification of Outliersin Time Series Data via Simulation Study
Identification of Outliersin Time Series Data via Simulation Study
 
Penalized Regressions with Different Tuning Parameter Choosing Criteria and t...
Penalized Regressions with Different Tuning Parameter Choosing Criteria and t...Penalized Regressions with Different Tuning Parameter Choosing Criteria and t...
Penalized Regressions with Different Tuning Parameter Choosing Criteria and t...
 
erros em experimentos de adsorção
erros em experimentos de adsorçãoerros em experimentos de adsorção
erros em experimentos de adsorção
 
chapter_7.pptx
chapter_7.pptxchapter_7.pptx
chapter_7.pptx
 
Paper473
Paper473Paper473
Paper473
 
Machine Learning.pdf
Machine Learning.pdfMachine Learning.pdf
Machine Learning.pdf
 
Edison S Statistics
Edison S StatisticsEdison S Statistics
Edison S Statistics
 
A review of statistics
A review of statisticsA review of statistics
A review of statistics
 
Edisons Statistics
Edisons StatisticsEdisons Statistics
Edisons Statistics
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression Analysis
 
Introduction to regression
Introduction to regressionIntroduction to regression
Introduction to regression
 
Econometrics ch12
Econometrics ch12Econometrics ch12
Econometrics ch12
 
Real Estate Data Set
Real Estate Data SetReal Estate Data Set
Real Estate Data Set
 
Econometrics
EconometricsEconometrics
Econometrics
 

More from Dr. C.V. Suresh Babu

More from Dr. C.V. Suresh Babu (20)

Data analytics with R
Data analytics with RData analytics with R
Data analytics with R
 
Association rules
Association rulesAssociation rules
Association rules
 
Clustering
ClusteringClustering
Clustering
 
Classification
ClassificationClassification
Classification
 
DART
DARTDART
DART
 
Mycin
MycinMycin
Mycin
 
Expert systems
Expert systemsExpert systems
Expert systems
 
Dempster shafer theory
Dempster shafer theoryDempster shafer theory
Dempster shafer theory
 
Bayes network
Bayes networkBayes network
Bayes network
 
Bayes' theorem
Bayes' theoremBayes' theorem
Bayes' theorem
 
Knowledge based agents
Knowledge based agentsKnowledge based agents
Knowledge based agents
 
Rule based system
Rule based systemRule based system
Rule based system
 
Formal Logic in AI
Formal Logic in AIFormal Logic in AI
Formal Logic in AI
 
Production based system
Production based systemProduction based system
Production based system
 
Game playing in AI
Game playing in AIGame playing in AI
Game playing in AI
 
Diagnosis test of diabetics and hypertension by AI
Diagnosis test of diabetics and hypertension by AIDiagnosis test of diabetics and hypertension by AI
Diagnosis test of diabetics and hypertension by AI
 
A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”
 
A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”
 
A study on “the impact of data analytics in covid 19 health care system”
A study on “the impact of data analytics in covid 19 health care system”A study on “the impact of data analytics in covid 19 health care system”
A study on “the impact of data analytics in covid 19 health care system”
 
A study on the impact of data analytics in COVID-19 health care system
A study on the impact of data analytics in COVID-19 health care systemA study on the impact of data analytics in COVID-19 health care system
A study on the impact of data analytics in COVID-19 health care system
 

Recently uploaded

Displacement, Velocity, Acceleration, and Second Derivatives
Displacement, Velocity, Acceleration, and Second DerivativesDisplacement, Velocity, Acceleration, and Second Derivatives
Displacement, Velocity, Acceleration, and Second Derivatives
23050636
 
原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证
原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证
原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证
pwgnohujw
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
q6pzkpark
 
如何办理(UPenn毕业证书)宾夕法尼亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UPenn毕业证书)宾夕法尼亚大学毕业证成绩单本科硕士学位证留信学历认证如何办理(UPenn毕业证书)宾夕法尼亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UPenn毕业证书)宾夕法尼亚大学毕业证成绩单本科硕士学位证留信学历认证
acoha1
 
Abortion pills in Riyadh Saudi Arabia| +966572737505 | Get Cytotec, Unwanted Kit
Abortion pills in Riyadh Saudi Arabia| +966572737505 | Get Cytotec, Unwanted KitAbortion pills in Riyadh Saudi Arabia| +966572737505 | Get Cytotec, Unwanted Kit
Abortion pills in Riyadh Saudi Arabia| +966572737505 | Get Cytotec, Unwanted Kit
Abortion pills in Riyadh +966572737505 get cytotec
 
Simplify hybrid data integration at an enterprise scale. Integrate all your d...
Simplify hybrid data integration at an enterprise scale. Integrate all your d...Simplify hybrid data integration at an enterprise scale. Integrate all your d...
Simplify hybrid data integration at an enterprise scale. Integrate all your d...
varanasisatyanvesh
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Klinik kandungan
 
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
yulianti213969
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 

Recently uploaded (20)

Displacement, Velocity, Acceleration, and Second Derivatives
Displacement, Velocity, Acceleration, and Second DerivativesDisplacement, Velocity, Acceleration, and Second Derivatives
Displacement, Velocity, Acceleration, and Second Derivatives
 
原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证
原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证
原件一样(UWO毕业证书)西安大略大学毕业证成绩单留信学历认证
 
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptxRESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
RESEARCH-FINAL-DEFENSE-PPT-TEMPLATE.pptx
 
Northern New England Tableau User Group (TUG) May 2024
Northern New England Tableau User Group (TUG) May 2024Northern New England Tableau User Group (TUG) May 2024
Northern New England Tableau User Group (TUG) May 2024
 
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarj
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarjSCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarj
SCI8-Q4-MOD11.pdfwrwujrrjfaajerjrajrrarj
 
DAA Assignment Solution.pdf is the best1
DAA Assignment Solution.pdf is the best1DAA Assignment Solution.pdf is the best1
DAA Assignment Solution.pdf is the best1
 
Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for Research
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
 
如何办理(UPenn毕业证书)宾夕法尼亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UPenn毕业证书)宾夕法尼亚大学毕业证成绩单本科硕士学位证留信学历认证如何办理(UPenn毕业证书)宾夕法尼亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(UPenn毕业证书)宾夕法尼亚大学毕业证成绩单本科硕士学位证留信学历认证
 
Case Study 4 Where the cry of rebellion happen?
Case Study 4 Where the cry of rebellion happen?Case Study 4 Where the cry of rebellion happen?
Case Study 4 Where the cry of rebellion happen?
 
Abortion pills in Riyadh Saudi Arabia| +966572737505 | Get Cytotec, Unwanted Kit
Abortion pills in Riyadh Saudi Arabia| +966572737505 | Get Cytotec, Unwanted KitAbortion pills in Riyadh Saudi Arabia| +966572737505 | Get Cytotec, Unwanted Kit
Abortion pills in Riyadh Saudi Arabia| +966572737505 | Get Cytotec, Unwanted Kit
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Simplify hybrid data integration at an enterprise scale. Integrate all your d...
Simplify hybrid data integration at an enterprise scale. Integrate all your d...Simplify hybrid data integration at an enterprise scale. Integrate all your d...
Simplify hybrid data integration at an enterprise scale. Integrate all your d...
 
Seven tools of quality control.slideshare
Seven tools of quality control.slideshareSeven tools of quality control.slideshare
Seven tools of quality control.slideshare
 
Bios of leading Astrologers & Researchers
Bios of leading Astrologers & ResearchersBios of leading Astrologers & Researchers
Bios of leading Astrologers & Researchers
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
 
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATIONCapstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
 
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
obat aborsi Tarakan wa 081336238223 jual obat aborsi cytotec asli di Tarakan9...
 
jll-asia-pacific-capital-tracker-1q24.pdf
jll-asia-pacific-capital-tracker-1q24.pdfjll-asia-pacific-capital-tracker-1q24.pdf
jll-asia-pacific-capital-tracker-1q24.pdf
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 

Blue property assumptions.

  • 1. (CentreforKnowledgeTransfer) institute Linear Regression: Best Linear Unbiased Estimator(BLUE) property assumptions DR. C.V. SURESH BABU
  • 2. (CentreforKnowledgeTransfer) institute In Simple Linear Regression or Multiple Linear Regression we make some basic assumptions on the error term Assumptions: 1. Error has zero mean 2. Error has constant variance 3. Errors are uncorrelated 4. Errors are normally distributed https://www.youtube.com/watch?v=iIUq0SqBSH0
  • 3. (CentreforKnowledgeTransfer) institute Introduction to Properties of OLS Estimators Linear regression models have several applications in real life. In econometrics, Ordinary Least Squares (OLS) method is widely used to estimate the parameters of a linear regression model. For the validity of OLS estimates, there are assumptions made while running linear regression models. A1. The linear regression model is “linear in parameters.” A2. There is a random sampling of observations. A3. The conditional mean should be zero. A4. There is no multi-collinearity (or perfect collinearity). A5. Spherical errors: There is homoscedasticity and no auto-correlation A6: Optional Assumption: Error terms should be normally distributed.
  • 4. (CentreforKnowledgeTransfer) institute The second assumption is known as Homoscedasticity and therefore, the violation of this assumption is known as Heteroscedasticity. Homoscedasticity vs Heteroscedasticity • Therefore, in simple terms, we can define heteroscedasticity as the condition in which the variance of error term or the residual term in a regression model varies. • As you can see in the above diagram, in case of homoscedasticity, the data points are equally scattered while in case of heteroscedasticity the data points are not equally scattered.
  • 5. (CentreforKnowledgeTransfer) institute Possible reasons of arising Heteroscedasticity: Often occurs in those data sets which have a large range between the largest and the smallest observed values i.e. when there are outliers. When model is not correctly specified. If observations are mixed with different measures of scale. When incorrect transformation of data is used to perform the regression. Skewness in the distribution of a regressor, and may be some other sources
  • 6. (CentreforKnowledgeTransfer) institute Effects of Heteroscedasticity: As mentioned above that one of the assumption (assumption number 2) of linear regression is that there is no heteroscedasticity. Breaking this assumption means that OLS (Ordinary Least Square) estimators are not the Best Linear Unbiased Estimator(BLUE) and their variance is not the lowest of all other unbiased estimators. Estimators are no longer best/efficient. The tests of hypothesis (like t-test, F-test) are no longer valid due to the inconsistency in the co- variance matrix of the estimated regression coefficients.
  • 7. (CentreforKnowledgeTransfer) institute Applications and How it Relates to Study of Econometrics OLS estimators, because of such desirable properties discussed above, are widely used and find several applications in real life.
  • 8. (CentreforKnowledgeTransfer) institute Example: Consider a bank that wants to predict the exposure of a customer at default. The bank can take the exposure at default to be the dependent variable and several independent variables like customer level characteristics, credit history, type of loan, mortgage, etc. The bank can simply run OLS regression and obtain the estimates to see which factors are important in determining the exposure at default of a customer. OLS estimators are easy to use and understand. They are also available in various statistical software packages and can be used extensively.
  • 9. (CentreforKnowledgeTransfer) institute OLS regressions form the building blocks of econometrics. Any econometrics class will start with the assumption of OLS regressions. It is one of the favorite interview questions for jobs and university admissions. Based on the building blocks of OLS, and relaxing the assumptions, several different models have come up like GLM (generalized linear models), general linear models, heteroscedastic models, multi-level regression models, etc.
  • 10. (CentreforKnowledgeTransfer) institute Research in Economics and Finance are highly driven by Econometrics. OLS is the building block of Econometrics. However, in real life, there are issues, like reverse causality, which render OLS irrelevant or not appropriate. However, OLS can still be used to investigate the issues that exist in cross-sectional data. Even if OLS method cannot be used for regression, OLS is used to find out the problems, the issues, and the potential fixes.
  • 11. (CentreforKnowledgeTransfer) institute Summary Linear regression is important and widely used, and OLS stimation technique is the most prevalent. In this session, the properties of OLS estimators were discussed because it is the most widely used estimation technique. OLS estimators are BLUE (i.e. they are linear, unbiased and have the least variance among the class of all linear and unbiased estimators). Amidst all this, one should not forget the Gauss-Markov Theorem (i.e. the estimators of OLS model are BLUE) holds only if the assumptions of OLS are satisfied. Each assumption that is made while studying OLS adds restrictions to the model, but at the same time, also allows to make stronger statements regarding OLS. So, whenever you are planning to use a linear regression model using OLS, always check for the OLS assumptions. If the OLS assumptions are satisfied, then life becomes simpler, for you can directly use OLS for the best results – thanks to the Gauss-Markov theorem! https://www.youtube.com/watch?v=OCwZyYH14uw