版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
计量经济第二章InroductoryEconometricsLijunJia1第一页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia2ChapterOutline
本章大纲DefinitionoftheSimpleRegressionModel简单回归模型的定义DerivingtheOrdinaryLeastSquaresEstimates普通最小二乘法的推导MechanicsofOLSOLS的操作技巧UnitsofMeasurementandFunctionalForm
测量单位和函数形式ExpectedValuesandVariancesoftheOLSestimatorsOLS估计量的期望值和方差RegressionthroughtheOrigin过原点回归第二页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia3LectureOutline
讲义大纲SomeTerminology一些术语的注解ASimpleAssumption一个简单假定ZeroConditionalMeanAssumption条件期望零值假定WhatisOrdinaryLeastSquares
何为普通最小二乘法DerivingOLSEstimates
普通最小二乘法的推导第三页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia4SomeTerminology
术语注解
Inthesimplelinearregressionmodel,wherey=b0+b1x+u,wetypicallyrefertoyastheDependentVariable,orLeft-HandSideVariable,orExplainedVariable,orresponsevariable,orPredictedvariableorRegressand在简单二元回归模型y=b0+b1x+u中,y通常被称为因变量,左边变量,响应变量,被预测变量,被解释变量,或回归子。第四页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia5SomeTerminology
术语注解Inthesimplelinearregressionofyonx,wetypicallyrefertoxastheIndependentVariable,orRight-HandSideVariable,orExplanatoryVariable,orControlVariables,orCovariate,orpredictorvariableRegressor在y
对x进行回归的简单二元回归模型中,x通常被称为自变量,右边变量,解释变量,控制变量,协变量,或回归元。第五页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia6SomeTerminology
术语注解Equation2.1
y=b0+b1x+uhasonlyonenonconstantregressorx,itiscalledasimplelinearregressionmodel,ortwo-variablesregressionmodel,or
bivariatelinearregressionmodel.
等式y=b0+b1x+u只有一个非常数回归元。我们称之为简单回归模型,两变量回归模型或双变量回归模型.第六页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia7SomeTerminology
术语注解Thecoefficientsb0,b1arecalledtheregressioncoefficientsorparameter.b0isalsocalledtheconstanttermortheinterceptterm,orinterceptparameter.
b1representsthemarginaleffectsoftheregressor,x.
Itisalsocalledtheslopeparameter.b0,b1被称为回归系数。b0也被称为常数项或截矩项,或截矩参数。b1代表了回归元x的边际效果,也被成为斜率参数。第七页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia8SomeTerminology
术语注解
Thevariableuiscalledtheerrortermordisturbanceintherelationship.Itrepresentsfactorsotherthanxthatcanaffecty.
u
为误差项或扰动项,它代表了除了x之外可以影响y的因素。第八页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia9SomeTerminology
术语注解Meaningoflinear:linearmeanslinearinparameters,notnecessarilymeanthatyandxmusthavealinearrelationship.Therearemanycasesthatyandxhavenonlinearrelationship,butaftersometransformation,theyarelinearinparameters.Forexample,y=eb0+b1x+u.线性的含义:y和x之间并不一定存在线性关系,但是,只要通过转换可以使y的转换形式和x的转换形式存在相对于参数的线性关系,该模型即称为线性模型。第九页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia10Examples
简单二元回归模型例子Asimplewageequation2.4
wage=b0+b1(educ)+ub1
:ifeducationincreasebyoneyear,howmuchmorewagewillonegain.上述简单工资函数描述了受教育年限和工资之间的关系,b1
衡量了多接受一年教育工资可以增加多少.第十页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia11ASimpleAssumption
关于u的假定
Theaveragevalueofu,theerrorterm,inthepopulationis0.Thatis, E(u)=0 (2.5)Ititrestrictive?我们假定总体中误差项u的平均值为零.该假定是否具有很大的限制性呢?第十一页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia12ASimpleAssumption
关于u的假定Ifforexample,E(u)=5.Then y=(b0+5)+b1x+(u-5),
therefore,E(u’)=E(u-5)=0.Thisisnotarestrictiveassumption,sincewecanalwaysuseb0
tonormalizeE(u)to0.上述推导说明我们总可以通过调整常数项来实现误差项的均值为零,因此该假定的限制性不大.第十二页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia13ZeroConditionalMeanAssumption
条件期望零值假定
WeneedtomakeacrucialassumptionabouthowuandxarerelatedWewantittobethecasethatknowingsomethingaboutxdoesnotgiveusanyinformationaboutu,sothattheyarecompletelyunrelated.Thatis E(u|x)=E(u)。我们需要对u和x之间的关系做一个关键假定。理想状况是对x的了解并不增加对u的任何信息。换句话说,我们需要u和x完全不相关。第十三页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia14ZeroConditionalMeanAssumption
条件期望零值假定
SincewehaveassumedE(u)=0,therefore, E(u|x)=E(u)=0.(2.6)Whatdoesitmean?由于我们已经假定了E(u)=0,因此有E(u|x)=E(u)=0。该假定是何含义?第十四页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia15ZeroConditionalMeanAssumption
条件期望零值假定
Intheexampleofeducation,supposeurepresentsinnateability,zeroconditionalmeanassumptionmeans E(ability|edu=6)=E(ability|edu=18)=0.Theaveragelevelofabilityisthesameregardlessofyearsofeducation.在教育一例中,假定u代表内在能力,条件期望零值假定说明不管解释教育的年限如何,该能力的平均值相同。
第十五页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia16ZeroConditionalMeanAssumption
条件期望零值假定
Question:Supposethatascoreonafinalexam,score,dependsonclassesattended(attend)andunobservedfactorsthataffectexamperformance(suchasstudentability).Thenconsidermodel
score=b0+b1attend+uWhenwouldyouexpectitsatisfy(2.6)?假设期末成绩分数取决于出勤次数和影响学生现场发挥的因素,如学生个人素质。那么上述模型中假设(2.6)何时能够成立?第十六页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia17ZeroConditionalMeanAssumption
条件期望零值假定
(2.6)impliesthepopulationregressionfunction,E(y|x),satisfiesE(y|x)=E(b0/x)+E(b1x/x)+E(u/x
) =b0+b1x.E(y|x)asalinearfunctionofx,whereforanyxthedistributionofyiscenteredaboutE(y|x).(2.6)说明总体回归函数应满足E(y|x)=b0+b1x。该函数是x的线性函数,y的分布以它为中心。第十七页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia18....y4y1y2y3x1x2x3x4}}{{u1u2u3u4xyPopulationregressionline,sampledatapointsandtheassociatederrorterms总体回归线,样本观察点和相应误差E(y|x)=b0+b1x第十八页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia19So:
orUiiscalledstochasticdisturbance,orstochasticerror两边取X的条件期望值,可推出E(ui/Xi)=0第十九页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia20DerivingtheOrdinaryLeastSquaresEstimates普通最小二乘法的推导BasicideaofregressionistoestimatethepopulationparametersfromasampleLet{(xi,yi):i=1,…,n}denotearandomsampleofsizenfromthepopulationForeachobservationinthissample,itwillbethecasethat
yi=b0+b1xi+ui回归的基本思想是从样本去估计总体参数。我们用{(xi,yi):i=1,…,n}来表示一个随机样本,并假定每一观测值满足yi=b0+b1xi+ui。第二十页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia21预备知识附录A5:附录A7附录A8第二十一页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia22DerivingOLSEstimates
普通最小二乘法的推导
ToderivetheOLSestimatorweneedtorealizethatourmainassumptionofE(u|x)=E(u)=0alsoimpliesthatCov(x,u)=E(xu)=0Why?RememberfrombasicprobabilitythatCov(X,Y)=E(XY)–E(X)E(Y)由E(u|x)=E(u)=0可得Cov(x,u)=E(xu)=0。第二十二页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia23DerivingOLScontinued
普通最小二乘法的推导
Wecanwriteour2restrictionsjustintermsofx,y,b0andb1,sinceu=y–
b0
–
b1xE(y–
b0
–
b1x)=0E[x(y–
b0
–
b1x)]=0Thesearecalledmomentrestrictions可将u=y–
b0
–
b1x代入以得上述两个矩条件。第二十三页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia24DerivationofOLS
普通最小二乘法的推导
Thesampleversionsareasfollows:第二十四页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia25DerivationofOLS
普通最小二乘法的推导Giventhedefinitionofasamplemean,andpropertiesofsummation,wecanrewritethefirstconditionasfollows
根据样本均值的定义以及加总的性质,可将第一个条件写为第二十五页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia26DerivationofOLS
普通最小二乘法的推导第二十六页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia27SotheOLSestimatedslopeis
因此OLS估计出的斜率为第二十七页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia28OLS推导的思路(1)2.10—2.12—2.14—2.16—2.17(2)2.11—2.13—2.15(3)plug2.17into2.15——2.19第二十八页,共三十二页,2022年,8月28日InroductoryEconometricsLijunJia29SummaryofOLSslopeestimate
OLS斜率估计法总结
Theslopeestimateisthesamplecovariancebetweenxandydividedbythesamplevarianceofx.Ifxandyarepositivelycorrelated,theslopewillbepositive.Ifxandyarenegativelycorrelated,theslopewillbenegative.Onlyneedxtovaryinoursa
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025-2026年瑜伽教练教学组织能力考核试卷
- 食品集团采购办法
- 2026年浙江省人教版九年级英语下册写作专项训练习题
- 2025-2026年创业心理素质测试卷
- 2025-2026年物流运输安全管理模拟试题
- 初中生物教资面试易错题题库及答案
- 2026下半年高中物理教资面试答辩题库及答案
- 统编版语文九年级上册第六单元练习题(含答案)
- 广西壮族自治区崇左市天等县小山乡初级中学2026-2027学年八年级上学期9月阶段检测数学试题(含解析)
- 《新教师培训》课件
- 2026年高考数学全国二卷真题深入解读课件
- 2025年高校行政岗成果转化笔试题(附答案)
- 2026中国精神卫生服务体系建设现状及资源缺口调研报告
- DB11-T 489-2024 建筑基坑支护技术规程
- 企业聘用合同简易版(34篇)
- 烟花爆竹零售点安全规范经营培训
- 2026年公立医院财务科招聘考试试题(附答案)
- 2025年注册结构工程师考试一级专业考试真题及答案解析
- 北京市丰台区发展投资有限公司招聘笔试题库2026
- 24J113-1 内隔墙-轻质条板(一)
- 大疆无人机操作培训课件
评论
0/150
提交评论