搜索资源列表
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
半变异高斯
- 地理统计学关于根据已有数据拟合半变异函数。(Geostatistics About fitting semivariogram based on existing data.)
数据拟合
- matlab平台中幂律分布数据的拟合程序(fitting program of a power law distribution)
拟合代码
- 仿真处理光纤数据,一种简单的拟合方法,易学。附赠adaboost算法论文一篇(photonic crystal fiber dispersion fitting curve based on matlab)
IPIX雷达数据处理
- 关于IPIX雷达数据读取(cdf文件读取)和处理的相关程序,适用于matlab2010及更新的matlab版本,压缩文件里面有较详细程序说明。 同时,本程序还涉及海杂波的分布拟合和观测。(Provide the example of IPIX radar data reading (about CDF file) and handling, which applies to later matlab versions than 2010. There's a more detailed exp
插值法
- 对大量离散数据,拟合出一条曲线,用插值法对其进行处理(For a large number of discrete data, a curve is fitted, and the interpolation method is used to process it)
createFit
- 极值分布拟合 MATLAB程序 主要针对实测风速数据(Extreme value distribution fitting)
duoweixianxingnihe
- 本程序主要用于寻找多自变量与单因变量之间的线性拟合以寻找数据之间存在的某种线性关系,并可以实现后期寻找各因素影响主次关系。(This procedure is mainly used to find the linear fit between multiple autonomous variables and single dependent variables to find a linear relationship between the data, and can achieve th
zhishunihe
- 对两组离散型数据分别进行指数拟合,并画出拟合曲线(包含数据举例)(Two groups of discrete data were fitted by exponential method)
高斯最小二乘法拟合
- 利用高斯拟合原理对数据进行处理分析。适用于谱图数据分析(Data processing and analysis are carried out by using Gauss fitting principle.)
Lecture07_数据拟合方法
- 这文件有效的说明了数据拟合的方法,用处,也能用于数学建模等,是很好的参考文件。(This document effectively illustrates the method of data fitting, use, and can be used in mathematical modeling, etc., is a good reference document.)
插值与拟合
- 这个程序使用matlab编程,可以实现数据的分析与处理。(Implementation of data analysis and processing.)
多项式最小二乘法拟合
- 最小二乘法拟合多项式,效果非常好,与MATLAB的多项式拟合基本一样。亲自在STM32板子上跑过,几乎直接出来答案。用法简单,包含头文件然后直接调用即可,电脑或者开发板都可以直接跑。 注意!注意!注意!说三遍...拟合之后多项式的变量x其实是(X-a),a是输入数据点的均值。(The least square method fits the polynomial, and the effect is very good. .)
function
- 进行双加权最小二乘法拟合疲劳寿命数据,得到疲劳极限以及S-N曲线(Fitting fatigue life data with double weighted least square method)
遗传算法+数据传递机制+多项式和非多项式曲线拟合
- 多项式和非多项式曲线拟合;数据传递机制;遗传算法(Polynomial and non polynomial curve fitting and Data transfer mechanism)
BP神经网络与多项式拟合曲线
- BP神经网络与多项式拟合曲线,数据统计描述,神经网络模型,概率统计建模的理论和方法。(BP neural network and polynomial fitting curve, data statistical descr iption, neural network model, probability and statistics modeling theory and method.)
多项式和非多项式曲线拟合
- 多项式拟合在matlab中可以使用ployfit函数求解多项式系数,通过ployval函数求解拟合多项式在某数据点处的值(Polynomial and Non-polynomial Curve Fitting)
多项式高程拟合
- Matlab多项式实现区域高程拟合,需要自己输数据(In order to realize the regional elevation fitting by MATLAB polynomials, we need to input data by ourselves)