搜索资源列表
多元线性回归分析程序
- 多元线性回归分析算法-multiple linear regression analysis algorithm
预测
- 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n
907求多元线形回归方程及预报
- 907求多元线形回归方程及预报 一.功能 x1,x2, x3,………..xp为自变量,Y为随机变量, 求线形回归方程 Y= + +…+ + 其中 。。。, 为常数, 是随机变量,且 —N(0, ) 来描述Y与X的变化规律。并用T检验法检验线形回归是否显著。 如果线性回归显著,可用经验回归平面方程对Y作出预报,并给出预报值的置信区间。 -907 for multiple linear regression
duoyuanhuigui
- 多元回归分析的案例 -multivariate regression analysis of the case multivariate regression analysis of multivariate regression analysis of cases of cases of multiple regression analysis of case
2005727132040877
- 多元回归分析的案例 -multivariate regression analysis of the case multivariate regression analysis of multivariate regression analysis of cases of cases of multiple regression analysis of case
PLSmodel
- 偏最小二乘回归建模分析程序,在matlab里面运行,是较新的一种统计分析方法,较以往的分析方法相比有很多优点-partial least squares regression modeling analysis procedures, the operating inside Matlab, it is a relatively new statistical analysis method, compared to the previ
huigui
- 数据处理与回归分析的算法,内容包括了一元及多元的回归分析算法-data processing and regression analysis algorithms, including a million and multiple regression analysis algorithm
huigui
- 一款进行多元线性回归分析软件.可以完成多元回归模型的参数估计和统计检验,可以通过Excel获取外部数据,并且能够把计算结果保存成xls文件,计算结果的差方图-Conducted a multiple linear regression analysis software. Can complete multiple regression model parameters estimates and statistical test, y
aaa
- 一个多元回归程序及源码,简单易用 原创-A multi-regression procedures and source, easy-to-use original
duoyuanhuigui
- 自己做的多元回归分析软件,希望对大家有用-Themselves to do the multiple regression analysis software, in the hope that useful U.S.
regress
- 清华大学数学实验之一元与多元回归分析之幻灯片与MAT源码-Tsinghua University, one math test and multiple regression analysis element of the slide with the MAT-source
chengxu
- 计算多元回归线性方程系数,对矩阵式数据进行处理并显示-Calculation of multiple regression coefficients of linear equations
20070205154609396
- 款进行多元线性回归分析软件.可以完成多元回归模型的参数估计和统计检验,可以通过Excel获取外部数据,并且能够把计算结果保存成xls文件,计算结果的差方图--Conducted a multiple linear regression analysis software. Can complete multiple regression model parameters estimates and statistical test, y
Multipleregressionanalysis
- 多元回归分析代码 可以做用于多种实际应用 用于各种预测分析 聚类分析代码-Multiple regression analysis code can be done for a variety of practical application of cluster analysis for a variety of predictive analysis code
smlr.m
- 编写的多元回归的交叉验证程序 可供做预测模型的同仁参考-Prepared by the multiple regression of cross-validation procedure
olstest
- 多元回归是指一个因变量(预报对象),多个自变量(预报因子)的回归模型.基本方法是根据各变量值算出交叉乘积和Si。并利用c#实现-Multiple regression is a dependent variable (forecast object), a number of independent variables (predictors) of the regression model. The basic method is b
多元线性回归
- 利用多元回归分析对气象站点数据进行插值运算。(The data of meteorological stations are interpolated by multiple regression analysis.)
MultipleRegression
- 使用matlab计算多元回归,用于数据统计、数据分析等(Used to calculate multiple regression)
ch10 回归分析
- 回归分析(regression analysis)是确定两种或两种以上变量间相互依赖的定量关系的一种统计分析方法。运用十分广泛,回归分析按照涉及的变量的多少,分为一元回归和多元回归分析;按照因变量的多少,可分为简单回归分析和多重回归分析;按照自变量和因变量之间的关系类型,可分为线性回归分析和非线性回归分析。如果在回归分析中,只包括一个自变量和一个因变量,且二者的关系可用一条直线近似表示,这种回归分析称为一元线性回归分析。如果回归分析中包
rollingRegression
- 对多变量数据按照日期做滚动多元回归分析。(Rolling multiple regression.)