搜索资源列表
REGRESSION
- 逐步回归算法,比起一般线性回归的速度要快。而且因子是逐步选择的。-stepwise regression algorithm, compared to the general linear regression faster pace. But factor is gradually choice.
lwpr.rar
- 局部线性回归方法及其稳健形式已经被看作一种有效的非参数光滑方法.与流行的核回归方法相比,它有诸多优点,诸如:较高的渐近效率和较强的适应设计能力.另外,局部线性回归能适应几乎所有的回归设计情形却不需要任何边界修正。,Local linear regression methods and their solid form has been seen as an effective non-parametric smoothing method. Contrary to popular kernel
stepwise.rar
- 这是一个关于逐步回归求多元线性回归的一个VC例程,It is a stepwise regression for multiple linear regression routine of a VC
数学优化分析综合工具软件包
- 1stOpt 是七维高科有限公司(7D-Soft High Technology Inc.)独立开发, 拥有完全自主知识产权的一套数学优化分析综合工具软件包。在非线性回归,曲线拟合,非线性复杂模型参数估算求解,线性/非线性规划等领域首屈一指; 1stOpt 应用范围 1) 模型自动优化率定 2) 参数估算 3) 任意模型公式线性,非线性拟合,回归 4) 非线性连立方程组求解 5) 任意维函数,隐函数极值求解 6) 隐函数根求解,作图,求极值 7) 线
SolidWasteManagement
- 运用多元线性回归方法预测城市生活垃圾的产量及管理-Multiple linear regression
multiplelinearregression
- 多元线性回归的C++源码,在VC6.0上可直接运行!-Multiple Linear Regression C++ source code, can be directly run in VC6.0!
Linear
- 一元线性回归曲线 y=ax+b,求解出a b 和相关系数r-Unary linear regression curve y = ax+ b, solving out of ab and the correlation coefficient r
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
BayesianLinearRegression
- This matlab code is a demo version of Bayesian linear regression. -This matlab code is a demo version of Bayesian linear regression.
Linear-regression-equation
- 一元线性回归方程, 求线性回归方程:Y = a + bx 的回归系数a和b. 用的是最小二乘法推导的结果。网上搜索最小二乘法原理,配合这个源代码学习还是不错的。本代码是网上搜来的,发现自学用不错,特上传分享。-Linear regression equation, find the linear regression equation: Y = a+ bx the regression coefficients a and b. derived using a least squares res
Unary-Linear-Regression-Model
- 最小二乘法拟合一元线性回归函数,并进行显著性和拟合优度检验。-Least squares fit linear regression functions, and for significance and goodness of fit test.
By-regression-analysis
- 逐元回归分析,相对于线性回归来说,可以产生较良好的效果-By regression analysis, relative to the linear regression, this can produce more good results
Linear-regression
- 用最小二乘法对数据进行线性回归,输出拟合参数、偏差-Linear regression using the least squares method
Multi-regression
- 多元线性回归VBA实现 可以自动分析并生成最优回归方程 并计算中间量-Multiple linear regression by VBA. This code can automatically analyze and generate the optimal regression equation and calculate the important values.
scl-linear-regression
- 本人参考网上资料,自己编写的线性回归方法在plc中实现了根据已知数据来找出自变量和因变量之间的关系的函数。-linear regression in plc
simple-linear-regression-
- 一元线性回归处理可以帮你轻松处理线性问题-simple linear regression that help you solve the linear problems easily
Multiple-linear-regression
- 用C++实现多元线性回归算法,方便在变成过程中使用-Multiple linear regression
Multiple-linear-regression-analysis
- 在回归分析中,如果有两个或两个以上的自变量,就称为多元回归。事实上,一种现象常常是与多个因素相联系的,由多个自变量的最优组合共同来预测或估计因变量,比只用一个自变量进行预测或估计更有效,更符合实际。因此多元线性回归比一元线性回归的实用意义更大。-In regression analysis, if there are two or more independent variables, it is called multiple regression. Indeed, a phenomenon
Nonlinear-regression
- 有一类模型,其回归参数不是线性的,也不能通过转换的方法将其变为线性的参数。这类模型称为非线性回归模型。在许多实际问题中,回归函数往往是较复杂的非线性函数。非线性函数的求解一般可分为将非线性变换成线性和不能变换成线性两大类。这里主要讨论可以变换为线性方程的非线性问题。-There is a class model, the regression parameters is not linear, it can not be converted into a linear method parame
Multiple-linear-regression
- 选择数据,进行归一化或者不归一化的多元线性回归处理,获得回归方程-achive the Multiple linear regression