搜索资源列表
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
ch10
- 附件内容为一些数据处理代码,包括一元线性回归、多元线性回归等。-Linear regression
123
- 有关回归分析的所有算法,包括详细的原理介绍及具体的matlab代码,很适合初学者使用,及有关工程人员参考;其中包含了一元线性回归、最小二乘估计方法、显著性检验、多元线性回归、利用回归模型预测、非线性回归、逐步回归等-All algorithms related to regression analysis, including a detailed descr iption and the specific principles matlab code, it is suitable for b
huigui
- 包含多元线性回归和一元线性回归的代码。用vb.net2008编写。网上找不到,就自己做了一个。-Contains multiple linear regression and linear regression code. Written vb.net2008.
henghang_v88
- 进行逐步线性回归,代码里有很完整的注释和解释,一些自适应信号处理的算法。- Stepwise linear regression, Code, there are very complete notes and explanations Some adaptive signal processing algorithms.
foumang_v32
- 进行逐步线性回归,图像的光流法计算的matlab程序,通过matlab代码。- Stepwise linear regression, Image optical flow calculation matlab program, By matlab code.
quilou
- 进行逐步线性回归,仿真图是速度、距离、幅度三维图像,Gabor小波变换与PCA的人脸识别代码。- Stepwise linear regression, FIG simulation speed, distance, amplitude three-dimensional image, Gabor wavelet transform and PCA face recognition code.
线性回归
- matlab线性回归计算,基于梯度下降的线性回归算法(matlab linear regression)