搜索资源列表
regression_copy
- 岭回归程序 输入参数为自变量、因变量和优化因子 输出参数为映射矩阵与回归误差-Ridge Regression. Input parameters: - X: Input data block (k x n) - Y: Output data block (k x m) - q: Stabiliaztion factor (optional) If not given, estimated from data Return parameters: - F
ridge
- 应用回归分析中岭回归的matlab程序代码-RIDGE REGRESSION
Redge-regression
- 岭回归的matla源程序,主要用于解决无法求逆或需要更好的解时所用的-Ridge regression matla source, mainly used to solve the inverse can not be a better solution or need to use when
Fridge-regress
- 岭回归分析(Ridge regression)是一种专用于共线性数据分析的有偏估计回归方法,这套源码是对ridge regression算法的一种实现,附有测试实例-Ridge regression (Ridge regression) is a special collinearity data analysis unbiased estimate of the regression method, this set of source code is an implementation of
PLS-RidgeRegression
- 当数据维数相对较高时,普通的最小二乘方法存在计算问题,该文件给出了两种解决方法:PLS和岭回归方法,并可以看出二者效果差异-When the data dimension is relatively high, the ordinary least squares method of calculation problem exists, the document gives two solutions: PLS and ridge regression methods, and results
ridge_regression_matlab
- 岭回归拟合数据,其中hw3_1_ridge.m使用的是岭回归的方法,hw3_1_MLE.m使用的是极大似然的方法。-fitting data with ridge regression using matlab
ridge
- 岭回归模型,非MATLAB工具箱中的。效果还不错。-ridge regression