搜索资源列表
shuzhifenxi3
- 实验题目:曲线拟合的最小二乘法 相关知识:已知C[a,b]中函数f(x)的一组实验数据(xi,yi)(i=0,1,…,m),其中yi=f(xi)。设 是C[a,b]上线性无关函数族。在 中找函数f(x) 曲线拟合的最小二乘解 ,其法方程(组)为: 其中, k=0,1,…,n 特别是,求函数f(x) 曲线拟合的线性最小二乘解 的计算公式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y
Datafitting
- 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
gauss10
- 可以拟合两点之间的偏差,只需要给出函数相应的数据-The deviation between two points can be fitted, only the corresponding data are given functions
遗传算法优化BP神经网络-非线性函数拟合
- 进行非线性函数拟合且用遗传算法对BP神经网络进行优化(The nonlinear function is fitted and the BP neural network is optimized by genetic algorithm)
半变异高斯
- 地理统计学关于根据已有数据拟合半变异函数。(Geostatistics About fitting semivariogram based on existing data.)
1052302982Dgaussanfitting
- 在matlab中自动拟合二维高斯函数,画出二位高斯曲面,(to fit two-dimensional Gauss function)
插值与拟合
- 插值来求过已知有限个数据点的近似函数以及拟合matlab非常详细的教程。(Interpolation is used to find the approximate function of the known finite number of data points and the detailed tutorial of fitting matlab.)
createFit
- 极值分布拟合 MATLAB程序 主要针对实测风速数据(Extreme value distribution fitting)
GA
- GA拟合多元函数,实现函函数的拟合。遗传算法在拟合复杂函数具有很好的效果。残差小。(GA fitting multivariate functions, the realization of the function of the fitting. The genetic algorithm has a good effect in fitting complex functions. Small residual.)
执行成功
- 三维空间函数拟合算法 已知xyz坐标在MATLAB中绘图(Three dimensional space function fitting algorithm The known XYZ coordinates are drawn in MATLAB)
BP神经网络用于非线性函数拟合
- BP神经网络用于非线性函数的拟合,效果不错,适合初学者。(BP neural network for nonlinear function fitting, the effect is good, suitable for beginners.)
遗传算法优化BP神经网络用于非线性函数拟合
- 遗传算法优化的bp神经网络用于非线性函数的拟合。(BP neural network optimized by genetic algorithm for nonlinear function fitting.)
R语言直径分布拟合代码
- 用于Weibull分布概率密度函数拟合林分直径分布的代码,对其进一步的分析有一定的帮助!(The code of Weibull distribution probability density function fitting forest stand diameter distribution has certain help to its further analysis!)
sptest
- 样条函数拟合与遗传算法(spline fit)
GammaFitting-master
- 用MATLAB简答实现伽马分布拟合 用法: % <<ThresholdChangeZaxis.png>> % % *Input:* % % * Source signam image (single-channel TIF image stack) % % *Output:* % % * Binary mask image (single-channel TIF image stack) % % *Dependencies:* % % * te
main
- 最小二乘算法拟合多项式,最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。(Least square algorithm fitting polynomial)
RBF拟合
- 用径向基神经网络拟合一个函数关系。熟悉用神经网络完成拟合的过程(Fitting a function relationship with RBF neural network)
MLS
- MLS(移动最小二乘) 1.拟合函数的建立不同。这种方法建立拟合函数不是采用传统的多项式或其他函数,而是通过系数向量和基函数来决定在某个x处的值。 2.引入紧支的概念,认为在x处的值y只受到x附近子域内的节点的影响。这个子域称作是x的影响区域,影响区域外的节点对x处的取值没有影响。影响区域内的每个节点对x处的取值的影响是不一样的。所以需要一个权函数来定义每个节点的影响。(MLS (Moving Least Squares) July 25, 2018 15:42:20 blank_downdo
多项式和非多项式曲线拟合
- 多项式拟合在matlab中可以使用ployfit函数求解多项式系数,通过ployval函数求解拟合多项式在某数据点处的值(Polynomial and Non-polynomial Curve Fitting)
MATLABEX4
- 该程序用于MATLAB学习爱好者,用于毕业设计的仿真,涉及函数计算和曲线拟合(The program is used for MATLAB learning enthusiasts and for the simulation of graduation design, involving function calculation and curve fitting.)