搜索资源列表
非线性回归麦夸法
- 非线性回归分析中的麦夸法是牛顿计数法的推广,是一种更好的优化方法,
SVMNR非线性回归matlab通用程序
- SVMNR非线性回归matlab通用程序
MATLAB_huiguifenxi.rar
- MATLAB工具箱进行线性回归、多元线性回归、非线性回归的很好的例子,附有教程PPT以及MATLAB程序,很实用,欢迎大家下载。,MATLAB toolbox linear regression, multiple linear regression, nonlinear regression of a good example of PPT, as well as MATLAB program with tutorials, very useful, welcome to download.
数学优化分析综合工具软件包
- 1stOpt 是七维高科有限公司(7D-Soft High Technology Inc.)独立开发, 拥有完全自主知识产权的一套数学优化分析综合工具软件包。在非线性回归,曲线拟合,非线性复杂模型参数估算求解,线性/非线性规划等领域首屈一指; 1stOpt 应用范围 1) 模型自动优化率定 2) 参数估算 3) 任意模型公式线性,非线性拟合,回归 4) 非线性连立方程组求解 5) 任意维函数,隐函数极值求解 6) 隐函数根求解,作图,求极值 7) 线
dyfxxhg
- 用DELPHI写的多元非线性回归代码,对生物统计学和生物信息学有较好参考意义.-With the DELPHI code written in multiple non-linear regression of biological statistics and bioinformatics have good reference value.
LS_SVM
- 最小二乘支持向量机,用于多元非线性回归分析,非线性拟合与预测-Least squares support vector machine for multi-linear regression analysis, nonlinear fitting and prediction
sanci-function.m
- 非线性回归,某三次多项式,多元非线性回归分析的例子,很少,很珍贵啊-NONLINER
feixinagxinghuigui
- 非线性回归分析简易系统 c# +excel 包含数据 为计量地理的程序-Nonlinear regression analysis of simple systems c#+ Excel contains geographic data for measuring procedures
time_seris
- 时间序列预测算法。支持5种常见的算法 移动平均 非线性回归 指数平滑等-ar, ardemo ma
Regressionanalysis
- 回归的各种分析实例以及matlab代码,包括各种数学应用,比如线性回归,非线性回归,逐步回归-Examples of regression analysis, as well as a variety of matlab code, including a variety of mathematical applications such as linear regression, nonlinear regression, stepwise regression
NoneLinear
- 非线性回归预测电力负荷VB模块(带实例)-Non-linear regression to forecast the electricity load VB modules (with examples)
support-vector-machine
- 支持向量机非线性回归通用matlab程序,本程序使用支持向量机法,实现对数据的非线性回归,核函数的设定和修改在函数内部进行,数据预处理在函数外部进行,简单易懂,希望能对大家有所帮助-Universal non-linear regression support vector machine matlab program, this program uses support vector machine method to achieve non-linear regression of data
regressionOptimization
- 实现了线性回归和非线性回归,代码简单,容易上手-regression-Optimization
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-svm
- 支持向量机是一种新的回归方法,特别适用于非线性,改程序实现了支持向量机非线性回归-surport vector machine to non-linear regression
支持向量机非线性回归通用MATLAB源码
- 支持向量机和BP神经网络都可以用来做非线性回归拟合,但它们的原理是不相同的,支持向量机基于结构风险最小化理论,普遍认为其泛化能力要比神经网络的强。大量仿真证实,支持向量机的泛化能力强于BP网络,而且能避免神经网络的固有缺陷——训练结果不稳定。本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合,GreenSim团队推荐您使用。
ch10 回归分析
- 回归分析(regression analysis)是确定两种或两种以上变量间相互依赖的定量关系的一种统计分析方法。运用十分广泛,回归分析按照涉及的变量的多少,分为一元回归和多元回归分析;按照因变量的多少,可分为简单回归分析和多重回归分析;按照自变量和因变量之间的关系类型,可分为线性回归分析和非线性回归分析。如果在回归分析中,只包括一个自变量和一个因变量,且二者的关系可用一条直线近似表示,这种回归分析称为一元线性回归分析。如果回归分析中包括两个或两个以上的自变量,且自变量之间存在线性相关,则称为多
regression-fitting
- 数据回归分析包括一元线性回归,一元非线性回归,多元线性及广义线性回归,多元非线性回归(Data regression analysis including a yuan linear regression, a yuan of nonlinear regression, multiple linear and generalized linear regression and multivariate nonlinear regression)
多元线性回归
- 多元线性回归代码以及多元非线性回归代码数学建模(Multiple linear regression code)
线性回归以及非线性回归
- 线性回归以及非线性回归的上课用的课件和基于Python的源码