当前位置:
首页
资源下载

搜索资源 - exponential fitting
搜索资源列表
-
0下载:
本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 。 本算法用指数平滑法预测数据-the algorithm using the least-squares method based on the designated function of M and N-known data and the curve-fitting. The algorithm used to predict exponential smoothing data
-
-
0下载:
Origin 拟合曲线教程
Contents
1. ORIGIN BASIC FUNCTIONS
2. CHROMATOGRAPHY FUNCTIONS
3. EXPONENTIAL FUNCTIONS
4. GROWTH/SIGMOIDAL
5. HYPERBOLA FUNCTIONS
6. LOGARITHM FUNCTIONS
7. PEAK FUNCTIONS93
8. PHARMACOLOGY FUNCTIONS
9. POWER FUNC
-
-
0下载:
函数逼近与函数拟合实验,分别根据数据拟合了二次函数和指数函数,并且包含excel和实验报告-Function approximation and fitting experiment data were fitted according to a quadratic function and the exponential function, and the report contains excel and experimental
-
-
3下载:
基于MATLAB的组合模型
在港口吞吐量预测中的应用
以某港1998--2007年集装箱吞吐量为实测数据,建立其集装箱吞吐量的灰色理论、三次指数平滑、三次多项式
等预测模型,在MATLAB下,对比该港集装箱吞吐量各模型预测拟合值与实际值的差异。分析了差异产生的原因及其单一预
测模型的局限性,提出了港口集装箱吞吐量组合预测法。其预测误差明显低于其它单模型。运用组合预测模型.可以降低误
差。提高预测精度。-A combination of MATLAB-based model i
-
-
0下载:
vb操作Excel示例,数据统计表,线条填充,指数曲线拟合-vb Operation Excel example, data tables, line filling, exponential curve fitting
-
-
0下载:
分别用双曲线函数和指数函数拟合曲线,并进行误差计算,并能绘制曲线-Respectively hyperbolic function and the exponential fitting curve, and make error calculation, and can draw the curve of
-
-
0下载:
本文介绍了模拟退火算法的原理和求解方法,并将其用于指数曲线的拟合,在Matlab语言环境下实现了该算法,并且与文献中的遗传算法、线性回归相比较。数值模拟结果表明,该算法能更好地实现最优拟合。-This article describes the principle of simulated annealing algorithm and solution methods, and used an exponential curve fitting, the language environmen
-
-
0下载:
数值计算,用最小二乘法实现线性拟合,指数拟合,三次拟合并会绘制图线,计算相应的误差值-Numerical calculation, with the least squares method of linear fitting, exponential fitting, three draws graph lines to be combined to calculate the corresponding error
-
-
0下载:
曲线拟合法:本方法分别利用一元线性函数、对数函数、指数函数和抛物线函数对数据拟合,取拟合优度判定系数最大者作为预测模型,得出预测值及预测区间(置信度为0.95)-Curve fitting: This method is the use of a linear function, respectively, logarithmic, exponential and parabolic functions for data fitting, goodness of fit to take the
-
-
4下载:
利用C语言实现最小二乘法对给定点指数函数曲线拟合-Using C language to achieve the least squares method to the fixed-point exponential function curve fitting
-
-
0下载:
提供了拉格朗日插值 一次多项式拟合 指数拟合三种计算方式。是使用picturebox作图的好例子,其中test.xls是一个4点的数据文件-Provides three method of calculation, there are the Lagrange interpolation polynomial fitting exponential fitting . Is a good example of using picturebox drawing, test.xls is a 4 p
-
-
0下载:
推求一个解析函数y=f(x)使其通过或近似通过有限序列的资料点(xi,yi),通常用多项式函数通过最小二乘法求得此拟合函数。-exponential function:Y=aebX(12.29),lograrithmic function:Y=a+blnX(X>0)
-
-
0下载:
matlab中指数拟合的源程序 很好 很有用-the matlab in exponential fitting good source useful
-
-
0下载:
利用labview设计:
设计一台实用的曲线拟合仪,由用户选择实验数据的输入方式。对已给定的实验数据,用户可方便的选用线性、指数、多项式种曲线拟合方式,并直观地给出各种拟合方式的拟合结果,此VI还具有保存实验数据的功能。
录音机 (可以回放)-The labview design: design a practical curve fitting instrument experimental data selected by the user input. Given experim
-
-
0下载:
随机数发生器
此功能会产生连续的值(功法的文章中讨论的五个分布随机分布,指数,对数正态分布,拉伸指数,截止功法)。使用信息包含在文件类型的帮助randht在MATLAB提示符更多信息。
幂律分布拟合
这项功能同时实现的离散和连续的最大似然估计拟合幂律分布的数据,以及善良的合适的方法来估计缩放区域较低的截止。使用信息包含在文件类型的帮助plfit在MATLAB提示符更多信息。-This function is a random number generator will produce
-
-
1下载:
在控制台下利用高斯消元法实现直线拟合,多项式拟合,指数函数拟合,幂函数拟合,大家可以利用它进行二次开发-In the console environment,I using the Gaussian elimination method to achieve linear fitting, polynomial fitting, exponential fitting, fitting power function, we can use it for secondary development
-
-
0下载:
对电压数据进行多项式拟合或指数拟合,并进行频谱分析-Voltage data polynomial or exponential fitting and spectral analysisVoltage data polynomial or exponential fitting and spectral analysis
-
-
1下载:
风速剖面指数拟合的matlab程序,可获得风剖面指数。-Winds sectional exponential fitting matlab program, available wind profile exponent.
-
-
0下载:
数值计算方面的函数曲线拟合函数和接口,多项式,高斯,指数等拟合-numerical Calculation of function curve fitting functions and interfaces, Polynomial, Gaussian and exponential fitting
-
-
0下载:
Qt5下,采用QCustomplot控件绘制曲线,采用最小二乘算法拟合曲线,进行线性拟合,多项式拟合和指数拟合-Under Qt5, using QCustomplot control plotted using least-squares curve fitting algorithms, linear fit, polynomial fitting and exponential fitting
-