搜索资源列表
algorithm_code
- 内容包括常用的经典数值算法,差值、拟合与逼近、常微分方程的求解、数据处理与回归分析
nihe
- matlab拟合数据,分为回归分析、曲线拟合及计算机模拟-it contains Regression analysis, curve fitting and computer simulation
sample-rate-conversion
- 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解-VB -Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation and non-linear eq
curve-fitting_matlab
- 通过介绍如何利用经典的曲线拟合程式来进行图形图像的曲线拟合,可以较好地解决实际的数据处理问题,为更为准确地研究实际问题,搭建实际模型提供可靠参考。-By how to use the classic curve fitting program for graphic images of curve fitting, can solve the actual data processing problems for a more accurate study practical problems,
Population
- 人口计算然后以这5个数据为已知数据,来预测未来5年的人口老龄化指数,进而分析我国今后短期内的人口结构变化情况。我们采用二次拟合的方法,用抛物线对已知数据进行拟合,并对未来5年的人口老龄化指数进行预测 ,得到结果如下表:-Population predictionIt is reported that the world’s population was 6 billion in the year 2,000, and it is growing faster and faster. The wo
ZJZXEC
- 离散试验数据点的正交多项式最小二乘拟合,源程序-Discrete experimental data points orthogonal polynomials least squares fitting
matlab
- Langrange差值,用于差值计算。拟合数据,差值计算-Langrange difference for difference calculation. Fit the data, calculate the difference
Chapter-8-of-the-matlab-data-fitting
- matlab中的第8章 数据拟合(包含例子和程序源码)-Chapter 8 of the matlab data fitting (including examples and program source code)
RBFnihe
- 神经网络拟合程序,实现很好的你和功能, 应用RBF神经网络,实现的一种数据拟合-Neural network fitting procedure, you achieve a good and functional, RBF neural network, a data fitting achieved
MIDASs
- 这是一个新的模型,主要是对股票等时间序列建模,包括高频和低频数据,拟合精度比传统的时间序列模型都要好,以后的用处将会越来越广-This is a new model, mainly for stock time series modeling, including high frequency and low frequency data, the fitting precision is better than the traditional time series model, after
chapter29
- 支持向量机的回归拟合_混凝土抗压强度预测数据预测-Support vector machine (SVM) regression fitting _ forecast data to predict the compressive strength of concrete
qungiesen
- matlab实现了五类灰色关联度模型的计算,可以实现模式识别领域的数据的分类及回归,利用最小二乘算法实现对三维平面的拟合。- matlab implements five gray correlation degree computing model, You can achieve data classification and regression pattern recognition, Least-squares algorithm to fit a three-dimensional
gwnqr
- 使用matlab实现智能预测控制算法,插值与拟合,解方程,数据分析,包括随机梯度算法,相对梯度算法。- Use matlab intelligent predictive control algorithm, Interpolation and fitting, solution of equations, data analysis, Including stochastic gradient algorithm, the relative gradient algorithm.
vbemgmm
- 在混合高斯模型参数估计方法上有很多方法,例如最大似然函数的EM算法,但是该算法容易出现过拟合,故本文提出了一个变分EM的算法来对参数进行估计,可以避免EM算法中的不足。 下面的示例文件中说明了使用下面的示例文件说明了用法 examplevbem,VBEM M示例文件 faithful.txt数据集为例(The parameters of Gauss mixture model estimation method has a lot of methods, such as the maxim
金融数据处理
- 时间序列分析是根据系统观测得到的时间序列数据,通过曲线拟合和参数估计来建立数学模型的理论和方法。它一般采用曲线拟合和参数估计方法(如非线性最小二乘法)进行。时间序列分析常用在国民经济宏观控制、区域综合发展规划、企业经营管理、市场潜量预测、气象预报、水文预报、地震前兆预报、农作物病虫灾害预报、环境污染控制、生态平衡、天文学和海洋学等方面。(Time series analysis is a theory and method to establish mathematical model by c
MATLAB概率与数理统计分析程序源码大全
- 将概率与数理统计的分析方法与MATLAB软件典型应用融为一体,既从理论上介绍了概率论与数理统计基础、数据处理与统计作图、统计估计、参数检验、方差分析、回归分析与数据拟合、实验设计及多元分析的基本原理及应用等内容,又详细讲解了使用MATLAB在各领域中处理工程数据的典型实例。