搜索资源列表
Matlab_Command_Summary
- 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.
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
Complete-collection-of-algorithm
- 算法大全 全书分30章及2附录(在MATLAB中实现)对常用数学算法进行汇总介绍。 主要包括:线性规划、非线性规划、动态规划、图与网络、排队论、对策论、层次分析法、插值与拟合、数据的统计描述和分析、方差分析、回归分析、微分方程建模、稳定状态模型、常微分方程解法、差分方程模型、马氏链模型、变分法模型、神经网络模型、偏微分方程的数值解、目标规划、模糊数值模型、现代优化算法、时间序列模型、存贮论、经济与金融的优化问题、生产与服务运作管理中的优化问题、灰色系统理论及其应用、多元分析、偏最小二乘回归以
san-non
- 三元非线性回归分析,对多元非线性问题提出建议-Three non-linear regression analysis, make recommendations on the multiple nonlinear
hgfxmatlab
- 回归分析MATLAB工具箱的使用,包括多元线性回归,多项式回归,多元二项式回归,非线性回归,逐步回归-Regression analysis using the MATLAB toolbox, including multiple linear regression, polynomial regression, multiple binomial regression, nonlinear regression, stepwise regression
MATLAB
- 基于MATLAB的多元非线性回归模型,为各位同学需要回归分析的提供一个现成的模板。欢迎使用-failed to translate
Matlab-Regression-Analysis
- Matlab回归分析 多元回归分析 多项式回归 非线性回归 逐步回归-Matlab Regression Analysis
regression-analysis
- 研究线性回归分析中多元回归分析及非线性回归分析中Logistic回归分析在实际中的应用。-The linear regression analysis of multiple regression analysis and nonlinear regression analysis Logistic regression analysis in practical application.
mtl_reg_sim_complinearized
- 多元非线性回归——岭回归方法,比常规的最小二乘更适合数据量较大的优化问题-Multiple nonlinear regression- ridge regression method is more suitable than the conventional least squares optimization problem of the large amount of data
LSSVMlabv1_8_R2009b_R2011a
- lssvm 最小二乘支持向量机,用于多元非线性回归分析,非线性拟合与预测-Least squares support vector machine for multi-linear regression analysis, nonlinear fitting and prediction
linearRegression
- 提供一个利用多元非线性回归实现预测的例子,通过对数变换再反变换-Provide an example of using multiple nonlinear regression achieve predicted by logarithmic transformation inverse transform again
yuandaima
- 基于MATLAB软件的多元非线性回归和方差分析求解-Multi linear regression and variance analysis based on MATLAB software
Data.PS科学计算与绘图软件
- Data.PS功能简介:本数据处理软件内置表格编辑器,可以方便的进行数据输入输出;可以进行常见的(a)数值计算,如求解线性方程组、非线性方程组、常微分方程组、多项式求根、傅里叶变换、傅里叶逆变换、线性规划求解、多元线性回归和多元非线性回归参数拟合(20参数)、插值、微分、积分、求逆矩阵、矩阵特征值和特征向量、行列式值;(b)统计分析,统计描述、频数分布、假设检验、正态分布检验、二项式分布检验、泊松分布检验、相关性分析、方差分析;(c)6Sigman工具,过程能力CPK计算、测量系统分析MSA、公
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)
回归分析
- 回归分析的9种主要算法,包括(一元线性回归、多元线性回归、非线性回归、主成分分析、因子分析、自相关分析以及逐步回归分析等matlab代码以及算法说明。