搜索资源列表
caculation2
- 主要介绍逐步回归的方法,并介绍如何利用逐步回归建立最佳线性回归方程。-introduced stepwise regression method, and how to use stepwise regression to establish the best linear regression equation.
dyzbhg
- 对matlab工具箱中的多元逐步回归算法参数表现更明确-Matlab toolbox to the stepwise multiple regression algorithm performance parameters more clearly
dynhgj
- matlab来编写多元逐步回归分析,初学者适合-Matlab to prepare multiple stepwise regression analysis, suitable for beginners
zhubuhuiguifenxi
- 本程序是一个逐步回归分析的演示程序,通过对众多因子的逐步选择,最终选出影响最大的因子构成线性回归方程。-this procedure is a stepwise regression analysis of the demonstration program, many of the progressive choice factor, ultimately selected the greatest impact factor con
05050822222628
- !逐步回归分析程序: ! M:输入变量,M=N+1,其中N为自变量的个数;M包括的因变量个数 ! K:输入变量,观测点数; ! F1:引入因子时显著性的F-分布值; ! F2:剔除因子时显著性的F-分布值; ! XX:存放自变量和因变量的平均值; ! B:存放回归系数; ! V:存放偏回归平方和和残差平方和Q; ! S:存放回归系数的标准偏差和估计的标准偏差; ! C:存放复相关系
regress
- 逐步回归算法程序,可以实现中间结果的任意输出-Stepwise regression algorithm procedure can be achieved between the results of any output
Stepwise
- 本人初次使用VB,也是刚开始尝试逐步回归分析算法,如有问题请多指教。-I first use of VB, is just beginning to try stepwise regression analysis algorithm, please advise if there are questions.
Regressionanalysis
- 回归的各种分析实例以及matlab代码,包括各种数学应用,比如线性回归,非线性回归,逐步回归-Examples of regression analysis, as well as a variety of matlab code, including a variety of mathematical applications such as linear regression, nonlinear regression, stepw
stepwise
- 这是一个关于逐步回归求多元线性回归的一个VC例程-It is a stepwise regression for multiple linear regression routine of a VC
fsbox
- Stepwise forward and backward selection of variables using linear models
StepwiseRegress
- 逐步法线性回归 C#源码(vs2005工程),得到回归系数、复相关系数、相关系数矩阵等。-Stepwise linear regression C# source code (vs2005 project), the regression coefficient, multiple correlation coefficient, correlation coefficient matrix.
stepwise
- 最小二乘法多元线性回归的matlab实现-Least squares linear regression of the matlab implementation
stepwise
- 大坝安全监测领域的逐步回归分析,已调试,采用的是吴中如院士的分析参数-The field of dam safety monitoring stepwise regression analysis, have been debugging, using Wu' s analysis of parameters such as the Academy of Sciences
stepwise-regression-analysis-
- C++做的逐步回归分析程序,用于数据统计分析建模-C++do stepwise regression analysis program, used for data analysis modeling
Stepwise-regression
- 大坝安全监测逐步回归的经典案例,非常适合初学者进行程序调试,解决实际问题-Classic case of dam safety monitoring stepwise regression, very suitable for beginners program debugging, and solve practical problems
stepwise
- 多元统计分析中用于判别的逐步判别法,用于筛选变量,剔除多余变量的逐步判别的matlab程序-Multivariate statistical analysis for discriminant stepwise discriminant method for screening variables, stepwise discriminant eliminate redundant variables matlab program
Stepwise-regression-analysis
- 逐步回归分析,更好的精度预测与模拟,高次运算算法。-Stepwise regression analysis, forecasting and simulation better accuracy, higher computation algorithm.
1-stepwise-selection-criteria
- X. Huo and X. S. Ni (2007). When do stepwise algorithms meet subset selection criteria aos07-X. Huo and X. S. Ni (2007). When do stepwise algorithms meet subset selection criteria aos07
stepwise
- 逐步回归的基本思想是将变量逐个引入模型,每引入一个解释变量后都要进行F检验,并对已经选入的解释变量逐个进行t检验,当原来引入的解释变量由于后面解释变量的引入变得不再显著时,则将其删除。以确保每次引入新的变量之前回归方程中只包含显著性变量。这是一个反复的过程,直到既没有显著的解释变量选入回归方程,也没有不显著的解释变量从回归方程中剔除为止。以保证最后所得到的解释变量集是最优的。(In statistics, stepwise regres
stepwise
- 逐步回归的基本思想是将变量逐个引入模型,每引入一个解释变量后都要进行F检验,并对已经选入的解释变量逐个进行t检验,当原来引入的解释变量由于后面解释变量的引入变得不再显著时,则将其删除。以确保每次引入新的变量之前回归方程中只包含显著性变量。这是一个反复的过程,直到既没有显著的解释变量选入回归方程,也没有不显著的解释变量从回归方程中剔除为止。以保证最后所得到的解释变量集是最优的。本文件结合实例利用MATLAB实现逐步回归的过程。(The b