搜索资源列表
xianxingnihe
- 线形拟合函数,也是一款很实用的数学计算软件-linear fitting function, as well as one very practical mathematical calculation software
CFoldPoint
- 曲线拟合函数 三个函数,SPLine 调用另外两个。用时候直接调用SPLine函数,入口pList是已知离散点链表,pDestList是生成的点的链表。SM是在两个点中间插入点的数目,continue=0是采样点无规律,要求生成闭合曲线。
曲线拟合
- (1)利用多项式拟合的两个模块程序求解下题: 给出 x、y的观测值列表如下: x 0 1 2 3 4 5 y 2.08 7.68 13.8 27.1 40.8 61.2 试利用二次多项式y=a0+a1x+a2x2进行曲线拟合。 (1)多项式拟合方法:假设我们收集到两个相关变量x、y的n对观测值列表: x x0 x1 x2 x3 x4 x5 y y0 y1 y2 y3 y4 y5 我
高斯拟合程序,采用高斯函数拟合数据
- 高斯拟合程序,采用高斯函数拟合数据,获得拟合高斯函数的平均值和方差。-Gaussian fitting procedure, using Gaussian function fitting the data, fitting Gaussian function to obtain the mean and variance.
matlab曲面拟合程序
- matlab曲面拟合程序,可以得到函数具体解析式,matlab surface fitting procedure, can be a specific analytical function
langrangeinterpolation
- fortran语言 拉格朗日插值拟合函数利用sgl画图-fortran language fitting function using Lagrange interpolation SGL Paint
newton_forward
- newton法插值拟合函数(fortran)-newton law fitting function interpolation (fortran)
chazhiyunihe
- 插值函数, 称为被插函数. 最小二乘拟合: 已知一批离散的数据 , 互不相同,寻求一个拟合函数 ,使 与 的误差平方和在最小二乘意义下最小.在最小二乘意义下确定的 称为最小二乘拟合函数-Interpolation function, referred to as interpolation function. Least-squares fitting: a known number of discrete data, different from each other, to find a f
CurveFit
- 本软件解决了非线性曲线拟合的初始值问题,不再需要输入初始值,只要定义函数模型及输入拟合数据即可求出函数的系数值。-This software solved the nonlinear curve fitting of the initial value problem, no longer need to enter the initial value, as long as the definition of function model and input data can be obtai
lsqcurvefit
- LabVIEW编的非线性曲线拟合软件,不需要初始值就可以进行拟合求出函数的系数值-LabVIEW for the non-linear curve fitting software,do not need the initial value can be fitted on the function values obtained
VisualC
- 常用数值算法源代码第1章线性代数方程组的解法,第2章插值,第3章数值积分,第4章特殊函数,第5章函数逼近,第6章随机数,第7章排序第8章特征值问题第9章数据拟合第10章方程求根和非线性方程组的解法第11章函数的极值和最优化第12章傅里叶变换谱方法第13章数据的统计描述第14章解常微分方程组第15章两点边值问题的解法第16章偏微分方程的解法-Numerical algorithm used
BSpline
- 功能为找到离散点的B样条,即找到一个多项式,使得这个多项式经过这N个点。B样条利用邻近点进行拟合。对于采样数据,根据连续的三组采样点数据计算出一个2阶B样条作为这个区间内的拟合函数,下一个三组数据再计算下一个B样条,这样就可以连续采样连续计算了。-Function to find B-spline discrete points, that is to find a polynomial, so the polynomial through the N points. B-spline fitt
sanciyangtiaonihe
- 三次样条拟合函数,通过拟合点计算出三次样条函数。-Cubic spline fitting function calculated by fitting the point cubic spline function.
zxec
- 最小二乘法matlab源代码,拟合函数并计算均方误差-Matlab source code of the least squares method,Fitting functionAnd calculate the mean square error
Fitting
- 推求一个解析函数y=f(x)使其通过或近似通过有限序列的资料点(xi,yi),通常用多项式函数通过最小二乘法求得此拟合函数。-exponential function:Y=aebX(12.29),lograrithmic function:Y=a+blnX(X>0)
cazhisuanfa
- 插值算法,是拟合函数曲线的算法,是一个比较好的算法。-Interpolation algorithm, the algorithm of the fitting function curve is a better algorithm.
BP-function
- 采用C语言编写的BP网络神经算法,本程序将用BP神经网络拟合函数-The BP neural network fitting function
插值拟合
- 用于函数的插值与拟合(Matlab实现)(For the interpolation and fitting function)
Language
- 程序实现线性插值、抛物插值、牛顿多项式插值、等距节点插值、最小二乘法的曲线拟合对函数进行近似(The function is approximated by linear interpolation, parabolic interpolation, Newton polynomial interpolation, equidistant node interpolation, and least square curve fitting.)
we
- RBF 神经网络用于函数拟合,便于进一步的rbf分析建模,高斯基函数的求取(RBF neural network is used for function fitting to facilitate further RBF analysis modeling and gauss function.)
