搜索资源列表
Matlab曲线拟合 最小二乘法 polyfit
- 已知离散点上的数据集 ,即已知在点集 上的函数值 ,构造一个解析函数(其图形为一曲线)使 在原离散点 上尽可能接近给定的 值,这一过程称为曲线拟合。最常用的曲线拟合方法是最小二乘法,该方法是寻找函数 使得最小
introductionsvm
- 支持向量机(Support Vector Machine)是Cortes和Vapnik于1995年首先提出的,它在解决小样本、非线性及高维模式识别中表现出许多特有的优势,并能够推广应用到函数拟合等其他机器学习问题中-SVM (Support Vector Machine) is Cortes and Vapnik in 1995, first put forward, which in the settlement of a small sample, nonlinear and high di
BaseAutopanoramareserch
- 别对两幅图像提取广义特征点后, 利用基于根均方误差和交叉相关的两级匹配算法完成同名控制点的建立。并以局部加权直线拟合方法来校正图像 的几何畸变。最后建立两幅图像之间的函数映射关系,完成图像的配准。实验结果证明了该方法的有效性。-Do the two images extracted generalized characteristic point, the root mean square error-based and cross-correlation of the two cont
123
- 关于支持向量机的算法 支持向量机在解决小样本、非线性及高维模式识别中表现出许多特有的优势,并能够推广应用到函数拟合等其他机器学习问题中-On support vector machine support vector machine algorithm to solve small sample, nonlinear and high dimensional pattern recognition showed the advantage of many special, and can be
Visual-Fortran2002
- 有数值计算中常用的Visual Fortran子过程近200个,内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、傅里叶变换谱方法、数据的统计描述、解常微分方程组、两点边值问题的解法和解偏微分方程组,每一个子程序都包括功能、方法、使用说明、子程序和例子五部分。本书的所有子过程都在Visual Fortran 5.0版本上进行过验证,程序都能正确运行。同时配书发行光盘,包括所有子过程、验证过程及所有验
Intelligent-computation-methods
- 采用bp神经网络对其进行函数拟合。误差反向传播网络(bp网络)是目前人工神经网络模式中最具代表性,应用最广泛的一种模型,具有自学习、自组织、自适应和很强的非线性映射能力,可以以任意精度逼近任意连续函数。-The bp neural network to its function fitting. Error back propagation network (bp network) is the artificial neural network model of the most repres
MATLAB2
- 介绍软件MATLAB非线性曲线拟合的功能,寻找较好的非线性函数来拟合实验数据,总结出非线性曲线拟合的方法、求解步骤和上机操作过程-Introduction of the software MATLAB non-linear curve fitting functions, in search of better non-linear function to fit the experimental data, summed up the non-linear curve fitting meth
matlab
- 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
nihequxian
- matlab复变函数求解拟合曲线的方法和程序-Solving complex function matlab curve fitting methods and procedures
Matlab-Fitting-Toolbox
- 今天帮同学做了一个非线性函数的曲线拟合,以前没做过,所以是摸着石头过河。费了一下午时间,终于把曲线拟合出来了,顺道也学习了使用Matlab进行曲线拟合的方法,把学习所得记录下来,和大家共享。-Today, help students to do a nonlinear function curve fitting, never done before, it is feeling the stones. Spent an afternoon, and finally the curve fitt
least_square_method1
- 多项式函数具有较好的微分属性,用多项式函数去拟合未知的较复杂的函数,以最小二乘来确定最佳的多项式函数,进而求解微分方程-Differential polynomial function has good properties of the unknown polynomial function to fit the more complex functions, in order to determine the best least squares polynomial function, t
11111
- 多项式拟合,对一组带噪原始数据,采用“普通”的多项式函数进行拟合.-Linear fitting and least squares
支持向量机非线性回归通用MATLAB源码
- 支持向量机和BP神经网络都可以用来做非线性回归拟合,但它们的原理是不相同的,支持向量机基于结构风险最小化理论,普遍认为其泛化能力要比神经网络的强。大量仿真证实,支持向量机的泛化能力强于BP网络,而且能避免神经网络的固有缺陷——训练结果不稳定。本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合,GreenSim团队推荐您使用。
MATLAB-xianxingnihe
- 基于MATLAB的非线性曲线拟合。介绍软件MATLAB非线性曲线拟合的功能,通过上机实验和误差分析,寻找较好的非线性函数来拟合实验数据,从 而探索并归纳总结出非线性曲线拟合的方法、求解步骤和上机操作过程。-Thispaper introduces the functionof nonlinear curve fittingofMATLABsoftware. Bydoingexperimentswithcomputer anderror analysis, it is lookingfor
C-language-prepared-by-least-squares
- 函数逼近与曲线拟合,用最小二乘法进行曲线拟合的C或C++编写的完整程序!-C language prepared by the method of least squares curve fitting
zuixiaoerchen
- 最小二乘法曲面拟合,三维曲面拟合程序,由多个函数组成-Least squares curve fitting, 3D surface fitting procedure, consisting of multiple function
matlab001
- 用MATLAB作非线性最小二乘拟合 Matlab的提供了两个求非线性最小二乘拟合的函数:lsqcurvefit和lsqnonlin。-Use MATLAB for nonlinear least squares fitting, MATLAB provides two nonlinear least-square fitting function: lsqcurvefit and lsqnonlin.
新建 Microsoft Word 文档 (3)
- 用数据拟合函数:给出一组x和y的数据,用matlab拟合函数并绘图(Use data fitting function)
华侨大学XFX函数优化平台2017版
- 该2017版软件集成了竞赛争冠系列算法(含单目标寻优、多峰函数寻优、参数估计(拟合)等)和多种差分向量型式的差分进化算法。可对数学函数进行有或无约束优化、多峰函数优化等工作。其中改进竞赛争冠算法是近期本人的研究佳作。与现行优良的进化算法相比,颇具竞争力。(The 2017 version of the software integrates the series of race champion algorithm (including single objective optimization
某高层振型离散数据拟合
- 通过非线性最小二乘法拟合某高层的振型离散数据,以连续性函数表示。