搜索资源列表
zhubuhuiguifenxi
- 本程序是一个逐步回归分析的演示程序,通过对众多因子的逐步选择,最终选出影响最大的因子构成线性回归方程。-this procedure is a stepwise regression analysis of the demonstration program, many of the progressive choice factor, ultimately selected the greatest impact factor constitute linear regression equa
05050822222628
- !逐步回归分析程序: ! M:输入变量,M=N+1,其中N为自变量的个数;M包括的因变量个数 ! K:输入变量,观测点数; ! F1:引入因子时显著性的F-分布值; ! F2:剔除因子时显著性的F-分布值; ! XX:存放自变量和因变量的平均值; ! B:存放回归系数; ! V:存放偏回归平方和和残差平方和Q; ! S:存放回归系数的标准偏差和估计的标准偏差; ! C:存放复相关系数; ! F:存放F-检验值;
Stepwise.rar
- 本人初次使用VB,也是刚开始尝试逐步回归分析算法,如有问题请多指教。,I first use of VB, is just beginning to try stepwise regression analysis algorithm, please advise if there are questions.
CH9
- 9.1 随机样本分析irhis.c 9.2 一元线性回归分析isqt1.c 9.3 多元线性回归分析isqt2.c 9.4 逐步回归分析isqt3.c 9.5 半对数数据相关ilog1.c 9.6 对数数据相关ilog2.c-9.1 random sample analysis irhis.c 9.2 linear regression analysis isqt1.c 9.3 Multiple Linear Regression Analysis isqt2.c 9.4 s
stepwise-regression-analysis-
- C++做的逐步回归分析程序,用于数据统计分析建模-C++do stepwise regression analysis program, used for data analysis modeling
123
- 有关回归分析的所有算法,包括详细的原理介绍及具体的matlab代码,很适合初学者使用,及有关工程人员参考;其中包含了一元线性回归、最小二乘估计方法、显著性检验、多元线性回归、利用回归模型预测、非线性回归、逐步回归等-All algorithms related to regression analysis, including a detailed descr iption and the specific principles matlab code, it is suitable for b
zhubuhuigui
- 逐步回归分析,挺好用,你值得拥有,别人给的资料-Stepwise regression analysis
dyzbhgfx
- 自己编写的多元逐步回归分析算法matlab程序,在matlab工具箱中已经提供了一个可视化的图形界面分析窗口,但是一些具体的参数还不能直接得到,这里自己编写了一个小程序,希望对需要的能够提供一定的帮助。共两个文件:dyzbhg.m和xiaoqu.m-I have written multiple regression analysis algorithm matlab program, matlab toolbox has provided a visual graphical interfac
dataprocess
- 关于随机样本分析,多元线性回归,逐步回归分析,相关等数据处理C++源代码-n a random sample analysis, multiple linear regression, stepwise regression analysis, the relevant data, such as C++ source code
geiqun_V8.8
- 用平面波展开法计算二维声子晶体带隙,进行逐步线性回归,用MATLAB实现动态聚类或迭代自组织数据分析。- Computation Method D phononic bandgap plane wave, Stepwise linear regression, Using MATLAB dynamic clustering or iterative self-organizing data analysis.
fengei_v55
- 进行逐步线性回归,独立成分分析算法降低原始数据噪声,汽车课设货车Matlab驱动力图程序。- Stepwise linear regression, Independent component analysis algorithm reduces the raw data noise, Car class-based truck driver trying to Matlab program.
boumang
- 进行逐步线性回归,包括四元数的各种计算,模式识别中的bayes判别分析算法。- Stepwise linear regression, Including quaternion various calculations, Pattern Recognition bayes discriminant analysis algorithm.
noulen_v46
- 进行逐步线性回归,可以实现模式识别领域的数据的分类及回归,相关分析过程的matlab方法。- Stepwise linear regression, You can achieve data classification and regression pattern recognition, Correlation analysis process matlab method.
qaiban
- 进行逐步线性回归,微分方程组数值解方法,使用混沌与分形分析的例程。- Stepwise linear regression, Numerical solution of differential equations method, Use Chaos and fractal analysis routines.
huining_V2.8
- 对HARQ系统的吞吐量分析,进行逐步线性回归,包括邓氏关联度、绝对关联度、斜率关联度、改进绝对关联度。- HARQ throughput analysis of the system, Stepwise linear regression, Including Deng s correlation, absolute correlation, correlation of slope, improved absolute correlation.
mouhui_v86
- 进行逐步线性回归,matlab小波分析程序,一种噪声辅助数据分析方法。- Stepwise linear regression, matlab wavelet analysis program, A noise auxiliary data analysis method.
laobeng_v82
- 最小二乘回归分析算法,进行逐步线性回归,抑制载波型差分相位调制。- Least-squares regression analysis algorithm, Stepwise linear regression, Suppressed carrier type differential phase modulation.
kangkang
- 进行逐步线性回归,一种流形学习算法(很好用),包括回归分析和概率统计。- Stepwise linear regression, A fluid manifold learning algorithm (good use), Including regression analysis and probability and statistics.
cholesky
- cholesky分解是用于将一个对称正定的矩阵分解为一个上三角与一个下三角矩阵乘积的形式,可运用于回归系数求解,线性方程组求解中 逐步回归是在回归分析的建模过程中用于变量筛选的有效方法,这里同时进行了向前和向后回归,效果更加显著(Cholesky decomposition is used to decompose a symmetric positive definite matrix into an upper triangle and a lower triangular matrix
逐步回归
- 逐步回归分析是以AIC信息统计量为准则,通过选择最小的AIC信息统计量,来达到删除或增加变量的目的。(Multivariable stepwise regression)