-
ols
正交最小二乘辨识算法
该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数(OLS Orthogonal Least Quares.
[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).
If r is equal to n, the solution x given by OLS is the same as the solution
given by A, but in ind we still have the regressors sorted by their
importance. This means that one can perform a feature selection by taking
the first k entries in ind (k<r).)
- 2010-01-06 20:18:56下载
- 积分:1
-
shuxuejianmo_8
说明: (拟合)
用给定的多项式,y=x3-6x2+5x-3,产生一组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(0,1)均匀分布随机数,或用rands产生N(0,1)分布随机数),然后用xi和添加了随机干扰的yi作的3次多项式拟合,与原系数比较。
如果作2或4次多项式拟合,结果如何?
((Fitting) with a given polynomial, y = x3-6x2+5 x-3, generated a set of data (xi, yi, i = 1,2, ..., n), then add a random disturbance yi ( can be generated rand (0,1) uniformly distributed random number, or rands generated N (0,1) distribution of random numbers), and then added with xi and yi for random interference of the 3 times polynomial fitting, and the original coefficient. If 2 or 4 times for polynomial fitting, the result?)
- 2009-07-24 23:02:50下载
- 积分:1
-
puxiangguan
仿真实现了谱相关系数和谱相关函数,谱相关函数使用了频域计算法。谱相关函数做的比较好,但谱相关系数的计算个人感觉仍需后来者继续改进(Simulation spectral correlation coefficient and spectral correlation function, the calculation of the frequency domain using the spectral correlation function. Spectral correlation function do better, but the spectral correlation coefficient calculated personal feeling is still a latecomer to continue to improve)
- 2012-10-06 09:40:47下载
- 积分:1
-
zgsz
刷钻的大家用用挺好的用的呵呵 你们谩骂用吧(Brush with a very good drill for you to use the abusive use of Oh you use it)
- 2010-05-09 00:22:58下载
- 积分:1
-
TSP_zym
计算旅行商问题的一个GUI程序,浙江大学的学生设计的~~~~~(Calculation of a GUI program traveling salesman problem)
- 2011-11-16 11:00:12下载
- 积分:1
-
WiMAX-Simulink
Implementation of a WiMAX simulator in Simulink
- 2010-09-21 15:10:20下载
- 积分:1
-
segymat-1.08
matlab源程序,可以读写segy,sgy,su等标准地震记录文件,读写文件中可以包含道头信息,道头字,工区等信息(matlab source code, you can read and write segy, sgy, su seismic records and other standards documents, read and write file header information may contain Road, Road, the first word, work area and other information)
- 2008-03-16 16:56:35下载
- 积分:1
-
Kmeans
Kmeans algorithm is the most popular algorithm for clustering
- 2011-02-14 16:53:06下载
- 积分:1
-
MIMO
MIMO-OFDM System 2*2 matlab code
- 2013-09-06 22:54:08下载
- 积分:1
-
Database-Management-Systems
database management system
jdbc related
- 2014-01-12 12:50:04下载
- 积分:1