搜索资源列表
nlreg
- matlab 非线性回归算法 是对现有数据系列进行参数拟合的程序-Matlab nonlinear regression algorithm to existing data series parameter fitting procedure
MATlAB_non_linear_fitting
- 用matlab实现对已知数据的非线性拟合及数据预测-Using matlab implementation of the known non-linear fitting of data and data prediction
fx_nihe
- 利用matlab对实验数据进行非线性拟合-Matlab on the experimental data using non-linear fitting
mat
- 支持向量机非线性回归通用MATLAB源码本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合-Universal non-linear regression support vector machine MATLAB source code of this source can be used for linear regression, nonlinear regression, nonlinear function approximation, data m
matlab
- 参加数学建模培训用的matlab教程,有基本用法,还有实例,一个星期之内可以学完,而且会用。 内容如下: MATLAB入门 Matlab作图 线性规划 无约束优化 非线性规划 微分方程 最短路问题 行遍性问题 数据的统计描述与分析 回归分析 计算机模拟 插值 拟合 每讲都包含源码,完全可用。 希望大家多多支持,给个好评。 -Participate in the training of mathematical mod
Complete-collection-of-algorithm
- 算法大全 全书分30章及2附录(在MATLAB中实现)对常用数学算法进行汇总介绍。 主要包括:线性规划、非线性规划、动态规划、图与网络、排队论、对策论、层次分析法、插值与拟合、数据的统计描述和分析、方差分析、回归分析、微分方程建模、稳定状态模型、常微分方程解法、差分方程模型、马氏链模型、变分法模型、神经网络模型、偏微分方程的数值解、目标规划、模糊数值模型、现代优化算法、时间序列模型、存贮论、经济与金融的优化问题、生产与服务运作管理中的优化问题、灰色系统理论及其应用、多元分析、偏最小二乘回归以
Matlab-batch-data-processing
- 批量数据处理,内含有非线性拟合代码、数据拟合、非线性拟合、非线性回归分析-Matlab batch data processing Matlab general nonlinear fitting code, data fitting, nonlinear fitting, nonlinear regression analysis
MATLAB-Numerical-Evaluation
- Matlab 数值计算讲义和例程,包括如下章节: 范数、条件数和方程解的精度 矩阵特征值和矩阵函数 奇异值分解 函数的数值导数和切平面 函数极值点 数值积分 随机数据的统计描述 多项式拟合和非线性最小二乘 插值和样条 Fourier分析 常微分方程 稀疏矩阵-Matlab numerical evaluation
sjnh
- matlab 用于数据拟合的几个教程:包括一元线性回归分析 一元非线性回归分析多重回归分析-matlab for data fitting several tutorials include: one yuan linear regression analysis one yuan non-linear regression analysis of multiple regression analysis
MATLAB
- 物理里面进行数据处理,线性拟合,非线性拟合。画图分析的小李子-data process
qhewextu
- 部分实现了追踪测速迭代松弛算法,基于分段非线性权重值的Pso算法,插值与拟合,解方程,数据分析,对信号进行频谱分析及滤波,用于信号特征提取、信号消噪,在matlab R2009b调试通过。- Partially achieved tracking speed iterative relaxation algorithm, Based on piecewise nonlinear weight value Pso algorithm, Interpolation and fitting, solu
GA
- matlab编程,实现灰色预测模型,基于当前已有的数据,用来预测未来一段时间内的发展趋势,对于线性发展趋势拟合情况很好,对于非线性预测差一点。-matlab programming, gray prediction model based on the current available data to predict future trends over time, the linear trends fit in good condition, almost nonlinear predic
yatbmatw
- matlab程序运行时导入数据文件作为输入参数,基于分段非线性权重值的Pso算法,车牌识别定位程序的部分功能,matlab小波分析程序,LDPC码的完整的编译码,BP神经网络用于函数拟合与模式识别,对于初学者具有参考意义,数值分析的EULER法。- Import data files as input parameters matlab program is running, Based on piecewise nonlinear weight value Pso algorithm, Par
nhhdccfa
- 用MATLAB实现的压缩传感,基于分段非线性权重值的Pso算法,已调制信号计算其普相关密度,可以广泛的应用于数据预测及数据分析,插值与拟合,解方程,数据分析,各种资源分配算法实现,这个有中文注释,看得明白。- Using MATLAB compressed sensing, Based on piecewise nonlinear weight value Pso algorithm, Modulated signals to calculate its density Pu-related,
GaussianNewton
- matlab高斯牛顿法作非线性数据拟合实例-Fitting Example of Nonlinear Data with Gauss- Newton
time series model
- 时间序列分析是根据系统观测得到的时间序列数据,通过曲线拟合和参数估计来建立数学模型的理论和方法。它一般采用曲线拟合和参数估计方法(如非线性最小二乘法)进行。时间序列分析常用在国民经济宏观控制、区域综合发展规划、企业经营管理、市场潜量预测、气象预报、水文预报、地震前兆预报、农作物病虫灾害预报、环境污染控制、生态平衡、天文学和海洋学等方面。(Time series analysis is the theory and method of establishing mathematical model
《MATLAB统计分析与应用2》
- 一元方差分析;非参数方差分析;一元线性/非线性回归分析,多重回归分析(One way ANOVA, nonparametric ANOVA, single linear / nonlinear regression analysis, multiple regression analysis)
代码
- MATLAB 代码 第1章 BP神经网络的数据分类——语音特征信号分类 第2章 BP神经网络的非线性系统建模——非线性函数拟合 第3章 遗传算法优化BP神经网络——非线性函数拟合 第4章 神经网络遗传算法函数极值寻优——非线性函数极值寻优 第5章 基于BP_Adaboost的强分类器设计——公司财务预警建模 第6章 PID神经元网络解耦控制算法——多变量系统控制 第7章 RBF网络的回归--非线性函数回归的实现 ....等58章(MATLAB code The first
data fitting
- 掌握Matlab两个函数lsqcurvefit和nlinfit的用法; 掌握Matlab拟合工具箱cftool的使用; 编写非线性拟合函数。(Grasp the use of Matlab two functions lsqcurvefit and nlinfit; Grasp the use of Matlab fitting toolbox cftool; Compiling nonlinear fitting function.)
第8章 数据拟合
- 数据拟合,回归算法,一次回归,多次回归,线性拟合,非线性拟合(Data fitting, regression algorithm, primary regression, multiple regression, linear fitting, nonlinear fitting)