TLS

所属分类:matlab编程
开发工具:Visual C++
文件大小:14KB
下载次数:6
上传日期:2017-07-24 08:56:57
上 传 者qq12341
说明:  我们提出了一个MATLAB工具箱,它可以解决与总最小二乘法(TLS)建模相关的基本问题。通过举例说明了如何用TLS方法求解: 线性回归模型 非线性回归模型 三维空间中的拟合数据 动力系统辨识 这个工具箱需要另外两个函数,这些函数已经在MATLAB中央文件交换中发布了。这些功能将被安装到计算机通过配套安装包的requirefexpackage包括TLS包。详情请参阅readme.txt文件。 作者:Ivo Petras,Dagmar Bednarova,Tomas Skovranek,Igor Podlubny (科希策斯洛伐克技术大学)
(We present a Matlab toolbox which can solve basic problems related to the Total Least Squares (TLS) method in the modeling. By illustrative examples we show how to use the TLS method for solution of: - linear regression model - nonlinear regression model - fitting data in 3D space - identification of dynamical system This toolbox requires another two functions, which are already published in Matlab Central File Exchange. Those functions will be installed to computer via supporting install package 'requireFEXpackage' included in TLS package. For more details see ReadMe.txt file. Authors: Ivo Petras, Dagmar Bednarova, Tomas Skovranek, and Igor Podlubny (Technical University of Kosice, Slovakia))

文件列表:
corrindex.m (645, 2011-04-20)
dataERM.txt (150, 2009-08-04)
dataHeater.txt (2207, 2010-07-15)
dataLRM.txt (130, 2009-08-04)
dataNRM.txt (390, 2009-08-04)
demo3Dplane.m (449, 2011-04-18)
demoIdent.m (968, 2010-07-15)
demoLRM.m (622, 2010-07-15)
demoNRM.m (642, 2010-07-15)
dist_dsearch.m (1270, 2009-07-19)
distance_nD.m (615, 2009-07-27)
dmodel2D.m (108, 2009-07-26)
fit_2D_data.m (1606, 2011-04-18)
fit_2D_data_SVD.m (1358, 2011-04-18)
model.m (401, 2010-07-15)
numerFminD.m (3020, 2011-04-18)
numerFminS.m (2728, 2013-04-11)
orm.m (844, 2011-10-10)
requireFEXpackage.m (5430, 2011-04-17)
statindexes.m (867, 2010-07-06)
switzerland.giu (508, 2009-07-17)
license.txt (1344, 2014-02-12)

Total least squares method: Matlab toolbox (Functions and Demos) Authors: Petras, I., Bednarova, D., Skovranek, T. and Podlubny, I. Technical University of Kosice, Faculty of BERG, Slovak Republic, {ivo.petras, dagmar.bednarova, tomas.skovranek, igor.podlubny}@tuke.sk *List of new functions: - function [Err, P] = fit_2D_data(XData, YData, vizualization) - function [Err, P] = fit_2D_data_SVD(XData, YData, vizualization) - function [Err, P] = orm(XData, YData, order) - function [F, Srez, Scel] = statindexes(XData, YData, a, b) - function [Err, min_param] = numerFminS(fun, p, LBa, UBa, xdata, ydata) - function [Err, min_param] = numerFminD(fun, p, LBa, UBa, xdata, ydata, FTime, Tvz) - function [I] = corrindex(XData, YData, YDataM, par_number) *List of already published functions: - function [Err,N,P] = fit_3D_data(XData, YData, ZData, geometry, visualization, sod) url: http://www.mathworks.com/matlabcentral/fileexchange/12395, 2006. - function [x,fval,exitflag,output] = fminsearchbnd(fun, x0, LB, UB, options, varargin) url: http://www.mathworks.com/matlabcentral/fileexchange/8277, 2006. Above functions 'fit_3D_data' and 'fminsearchbnd' will be installed to the computer via install supporting package 'requireFEXpackage(FEXSubmissionID)' created by Igor Podlubny, 2011 (Matlab Central File Exchange ID: #31069). *List of supporting functions: - function [min_dist,CP] = dist_dsearch(points, M, graph) - function [d] = distance_nD(Point1, Point2) - function [dy] = dmodel2D(t,y,a) - function [yM] = model(xm, a) - requireFEXpackage(FEXSubmissionID) url: http://www.mathworks.com/matlabcentral/fileexchange/31069, 2011. *Source (data) files: - dataLRM.txt - dataNRM.txt - dataERM.txt - dataHeater.txt - switzerland.giu *List of demos: - demo3Dplane - demoIdent - demoLRM - demoNRM *Requirements: - Matlab with Statistics Toolbox *Note: type 'help FunctionName' for more information about every function.

近期下载者

相关文件


收藏者