CN104281770A - 一种一元线性回归方法 - Google Patents

一种一元线性回归方法 Download PDF

Info

Publication number
CN104281770A
CN104281770A CN201410299376.7A CN201410299376A CN104281770A CN 104281770 A CN104281770 A CN 104281770A CN 201410299376 A CN201410299376 A CN 201410299376A CN 104281770 A CN104281770 A CN 104281770A
Authority
CN
China
Prior art keywords
sigma
overbar
linear regression
variable
beta
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410299376.7A
Other languages
English (en)
Inventor
许蔚蔚
洪亮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to CN201410299376.7A priority Critical patent/CN104281770A/zh
Publication of CN104281770A publication Critical patent/CN104281770A/zh
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

本发明涉及概率论与数理统计领域,特别是涉及一种一元线性回归方法。设具有线性相关关系的两个变量x和y的观测值矩阵为(X,Y),(X,Y)的协方差矩阵∑的第一特征值为λ1,对应于λ1的一个特征向量为α1,设一元线性回归方程对应的直线通过点且方向与α1相同,用点斜法确定一元线性回归方程为

Description

一种一元线性回归方法
技术领域
本发明涉及概率论与数理统计领域,特别是涉及一种一元线性回归方法。 
背景技术
线性回归分析是数理统计中最基本的研究方法之一,用以研究变量间的相关关系。在社会经济领域,很多变量间的关系即使在宏观上不是线性的,在微观上仍可近似做线性化处理。另外,有的时候通过对变量进行取对数等预处理,可以将变量间的非线性关系变换为线性关系。目前主流的统计分析、数值计算软件都以矩阵运算为基础。因此,对变量进行高精度的线性回归具有重要的基础作用。 
线性回归根据自变量及因变量的数量可分为一重一元、一重多元、多重多元等几种情况,其中,一重一元线性回归是其中最简单和最基本的问题,简述如下: 
设有变量x,y满足线性关系式y=β01x+ε,其中β1(i=0,1)是常数,ε是随机误差。对各变量进行n次观测,观测值向量为:X=(x1,x2,......,xn)′;Y=(y1,y2,......,yn)′。基于以上观测数据的变量x与y的一元线性回归方程为:一元线性回归方程的矩阵形式为Y=(1,X)B+E,其中,B=(β0,β1)′,E=(ε1,...,εn)′。 
一重一元线性回归最常用的解法是基于最小二乘法的线性回归方法(ordinary least squares regression,OLSR):将y视为因变量,x视为自变量,自变量不视为随机变量,只有因变量视为随机变量;参数矩阵B的极大似然估计为
最小二乘线性回归的结果不具有坐标无关性。所谓坐标无关性指将运算所在坐标系做正交变换(平移或/和旋转)不影响运算的结果。 
社会经济变量中很少有取值不具有随机性的“纯”自变量。由于观察角度、观测仪器、数据定义及归总方法的不同,同一经济现象的观测数据形式上可能有很大差别,但经过某种线性变换甚至简单的坐标变换,数据之间就经常表现出明显的等价性。基于以上理由,希望具有等价关系的数据组的回归结果也相同是很自然的要求,因此,发展具有坐标不变性的线性回归方法是必要的。 
发明内容
本发明提供了一种一元线性回归方法,可使回归结果具有坐标无关性。 
为实现上述目的,本发明所采用的技术方案是:一种一元线性回归方法,步骤如下: 
(1)设x和y为具有线性相关关系的两个变量,对这两个变量进行n次观测,x的观测值依次为x1,x2......,xn,y的观测值依次为y1,y2,......,yn,x的观测值向量为X=(x1,x2,......,xn)′, y的观测值向量为Y=(y1,y2,......,yn)′; 
(2)设矩阵(X,Y)的协方差矩阵为 Σ = σ x 2 σ xy σ yx σ y 2 , 其中 σ x 2 = 1 n Σ i = 1 n ( x i - X ‾ ) 2 , σ y 2 = 1 n Σ i = 1 n ( y i - Y ‾ ) 2 , σ xy = σ yx = 1 n Σ i = 1 n [ ( x i - X ‾ ) ( y i - Y ‾ ) ] , X ‾ = 1 n Σ i = 1 n x i , Y ‾ = 1 n Σ i = 1 n y i ;
(3)∑的第一特征值为对应于λ1的一个特征向量为 α 1 = 1 λ 1 - σ x 2 σ xy , α1的斜率为 β ^ 1 = λ 1 - σ x 2 σ xy = - σ x 2 + σ y 2 + ( σ x 2 - σ y 2 ) 2 + 4 σ xy 2 2 σ xy ;
(4)设基于观测数据X和Y的变量x与y的一元线性回归方程对应的图形为直线l,设l通过点且斜率为将基于观测数据X和Y的变量x与y的一元线性回归方程表示为  y ^ = β ^ 1 x + β ^ 0 , 其中 β ^ 0 = Y ‾ - β ^ 1 X ‾ .
本发明达到的有益效果:使回归结果具有坐标无关性,提高回归精度。 
具体实施方式
本发明的一种一元线性回归方法具体步骤如下: 
(1)设x和y为具有线性相关关系的两个变量,对这两个变量进行n次观测,x的观测值依次为x1,x2,......,xn,y的观测值依次为y1,y2,......,yn,x的观测值向量为X=(x1,x2,......,xn)′,y的观测值向量为Y=(y1,y2,......,yn)′; 
(2)设矩阵(X,Y)的协方差矩阵为 Σ = σ x 2 σ xy σ yx σ y 2 , 其中 σ x 2 = 1 n Σ i = 1 n ( x i - X ‾ ) 2 , σ y 2 = 1 n Σ i = 1 n ( y i - Y ‾ ) 2 , σ xy = σ yx = 1 n Σ i = 1 n [ ( x i - X ‾ ) ( y i - Y ‾ ) ] , X ‾ = 1 n Σ i = 1 n x i , Y ‾ = 1 n Σ i = 1 n y i ;
(3)∑的第一特征值为对应于λ1的一个特征向量为 α 1 = 1 λ 1 - σ x 2 σ xy , α1的斜率为 β ^ 1 = λ 1 - σ x 2 σ xy = - σ x 2 + σ y 2 + ( σ x 2 - σ y 2 ) 2 + 4 σ xy 2 2 σ xy ;
(4)设基于观测数据X和Y的变量x与y的一元线性回归方程对应的图形为直线l,设l通过点且斜率为将基于观测数据X和Y的变量x与y的一元线性回归方程表示为  y ^ = β ^ 1 x + β ^ 0 , 其中 β ^ 0 = Y ‾ - β ^ 1 X ‾ .

Claims (1)

1.一种一元线性回归方法,其特征在于,步骤如下:
(1)设x和y为具有线性相关关系的两个变量,对这两个变量进行n次观测,x的观测值依次为x1,x2,......,xn,y的观测值依次为y1,y2,......,yn,x的观测值向量为X=(x1,x2,......,xn)′,y的观测值向量为Y=(y1,y2,......,yn)′;
(2)设矩阵(X,Y)的协方差矩阵为 Σ = σ x 2 σ xy σ yx σ y 2 , 其中 σ x 2 = 1 n Σ i = 1 n ( x i - X ‾ ) 2 , σ y 2 = 1 n Σ i = 1 n ( y i - Y ‾ ) 2 , σ xy = σ yx = 1 n Σ i = 1 n [ ( x i - X ‾ ) ( y i - Y ‾ ) ] , X ‾ = 1 n Σ i = 1 n x i , Y ‾ = 1 n Σ i = 1 n y i ;
(3)∑的第一特征值为对应于λ1的一个特征向量为 α 1 = 1 λ 1 - σ x 2 σ xy , α1的斜率为 β ^ 1 = λ 1 - σ x 2 σ xy = - σ x 2 + σ y 2 + ( σ x 2 - σ y 2 ) 2 + 4 σ xy 2 2 σ xy ;
(4)设基于观测数据X和Y的变量x与y的一元线性回归方程对应的图形为直线l,设l通过点且斜率为将基于观测数据X和Y的变量x与y的一元线性回归方程表示为 y ^ = β ^ 1 x + β ^ 0 , 其中 β ^ 0 = Y ‾ - β ^ 1 X ‾ .
CN201410299376.7A 2014-06-30 2014-06-30 一种一元线性回归方法 Pending CN104281770A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410299376.7A CN104281770A (zh) 2014-06-30 2014-06-30 一种一元线性回归方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410299376.7A CN104281770A (zh) 2014-06-30 2014-06-30 一种一元线性回归方法

Publications (1)

Publication Number Publication Date
CN104281770A true CN104281770A (zh) 2015-01-14

Family

ID=52256639

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410299376.7A Pending CN104281770A (zh) 2014-06-30 2014-06-30 一种一元线性回归方法

Country Status (1)

Country Link
CN (1) CN104281770A (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104571533A (zh) * 2015-02-10 2015-04-29 北京理工大学 一种基于脑机接口技术的装置和方法
CN107018408A (zh) * 2017-01-19 2017-08-04 湖南大学 移动端http视频流的体验质量评估方法
US11685326B2 (en) 2021-11-24 2023-06-27 International Business Machines Corporation Vehicle mass measurement for automated braking

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104571533A (zh) * 2015-02-10 2015-04-29 北京理工大学 一种基于脑机接口技术的装置和方法
CN104571533B (zh) * 2015-02-10 2018-03-13 北京理工大学 一种基于脑机接口技术的装置和方法
CN107018408A (zh) * 2017-01-19 2017-08-04 湖南大学 移动端http视频流的体验质量评估方法
US11685326B2 (en) 2021-11-24 2023-06-27 International Business Machines Corporation Vehicle mass measurement for automated braking

Similar Documents

Publication Publication Date Title
Smucler et al. Robust and sparse estimators for linear regression models
CN103902812B (zh) 一种粒子滤波方法、装置及目标跟踪方法、装置
Ballestra et al. A radial basis function approach to compute the first-passage probability density function in two-dimensional jump-diffusion models for financial and other applications
Nadarajah et al. Modified beta distributions
Vives-Mestres et al. Individual T 2 control chart for compositional data
CN103955892A (zh) 一种目标跟踪方法及扩展截断无迹卡尔曼滤波方法、装置
Tompaidis et al. Pricing American-style options by Monte Carlo simulation: Alternatives to ordinary least squares
Li et al. Geometric singular perturbation theory with real noise
CN104281770A (zh) 一种一元线性回归方法
CN110298578A (zh) 一种混流生产线动态瓶颈预测方法
Cheng et al. A generic position based method for real root isolation of zero-dimensional polynomial systems
Zhou et al. Optimal multi-degree reduction of Bézier curves with geometric constraints
Chen et al. Regression imputation with Q-mode clustering for rounded zero replacement in high-dimensional compositional data
CN104063617A (zh) 一种基于降维超平面的多元线性回归方法
Tsagris A novel, divergence based, regression for compositional data
Barnett et al. Estimators for a Poisson parameter using ranked set sampling
CN104317861A (zh) 一种基于互信息的区间数据的属性选择方法
Rodina et al. Statistical characteristics of attainability set of controllable systems with random coefficients
Feng et al. Trigonometric inequalities in the MVBV condition
Chan et al. Interval estimation of the tail index of a GARCH (1, 1) model
Son et al. A study on robust regression estimators in heteroscedastic error models
Su et al. On time-varying factor models: estimation and testing
Shad et al. A generalized time series model based on Kumaraswamy distribution to predict double-bounded relative humidity data
Butkovsky On the convergence of nonlinear Markov chains.
CN106202001A (zh) 一种标号集合概率密度函数的近似方法

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
DD01 Delivery of document by public notice

Addressee: Xu Weiwei

Document name: the First Notification of an Office Action

DD01 Delivery of document by public notice
DD01 Delivery of document by public notice

Addressee: Xu Weiwei

Document name: Notification that Application Deemed to be Withdrawn

DD01 Delivery of document by public notice
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150114

WD01 Invention patent application deemed withdrawn after publication