搜索资源列表
multiplelinearregression-MatlAB.cpp
- 多元线性回归的MatLAB代码,在MatLAB7.0运行成功!-Multiple linear regression MatLAB code, MatLAB7.0 runs successfully!
regressionOptimization
- 实现了线性回归和非线性回归,代码简单,容易上手-regression-Optimization
MATLAB
- 简单二元线性回归代码,可用于探讨应变量与自变量之间的关系-Simple linear regression of binary code, can be used to explore the variables and the relationship between the independent variables
05P65matlab
- 求一元线性回归的matlab代码,处理地理有关数据常用。-Find a linear regression matlab code to handle geographic data used for.
The-discriminant-of-heart-disease
- 数学建模 训练题目 心脏病的判别 主要采用多元线性回归模型 采用matlab编程 ,附有题目,论文,完整代码,以及程序运行的完整说明,希望对大家有用-Mathematical modeling training subject criterion of heart disease mainly using multiple linear regression model using matlab programming, with the title, thesis, complete code
Desktop
- 代码以若干个线性回归问题为蓝本,提出了解决线性回归问题的框架-This is a discrete data linear regression problem, the code established this regression model, provides a framework for a deal with the problem of linear regression
a
- 这是一个非常好的线性回归的代码,在线性模型中非常的实用。-it is very useful for spectrum processing
Data-Analysis
- 一个关于matlab在数值分析中的应用程序包,主要是线性回归分析,可运行,包含六个代码文件和一个说明文件。希望有帮助!-a code package about data analysis on matlab,including six m files and one instruction file,which are about linear- regression analysis.it is helpful.
ejdgufsf
- 是学习PCA特征提取的很好的学习资料,单径或多径瑞利衰落信道仿真,代码里有很完整的注释和解释,matlab程序运行时导入数据文件作为输入参数,仿真图是速度、距离、幅度三维图像,进行逐步线性回归。- Is a good learning materials to learn PCA feature extraction, Single path or multipath Rayleigh fading channel simulation, Code, there are very complet
iasvtdry
- 可以实现模式识别领域的数据的分类及回归,对于初学matlab的同学会有帮助,是小学期课程设计的题目,进行逐步线性回归,用于信号特征提取、信号消噪,通过matlab代码。- You can achieve data classification and regression pattern recognition, Matlab for beginner students will help, Is the topic of the elementary school stage curricul
bcrqzmxa
- matlab编写的元胞自动机,用MATLAB实现的压缩传感,通过matlab代码,多姿态,多角度,有不同光照,进行逐步线性回归,部分实现了追踪测速迭代松弛算法。- matlab prepared cellular automata, Using MATLAB compressed sensing, By matlab code, Much posture, multi-angle, have different light, Stepwise linear regression, Partial
rcidzwgh
- 最大似然(ML)准则和最大后验概率(MAP)准则,进行逐步线性回归,均值便宜跟踪的示例,通过matlab代码,包括数据分析、绘图等等,采用了小波去噪的思想。-Maximum Likelihood (ML) criteria and maximum a posteriori (MAP) criterion, Stepwise linear regression, Example tracking mean cheap, By matlab code, Data analysis, plotting
auqcwsjn
- 研究生时的现代信号处理的作业,进行逐步线性回归,仿真效果非常好,考虑雨衰 阴影 和多径影响,本科毕设要求参见标准测试模型,通过matlab代码。- Modern signal processing jobs when the graduate, Stepwise linear regression, Simulation of the effect is very good, Consider shadow rain attenuation and multipath effects Under
czwvswry
- 代码里有很完整的注释和解释,进行逐步线性回归,有小波分析的盲信号处理,主要为数据分析和统计,采用热核构造权重,PLS部分最小二乘工具箱。- Code, there are very complete notes and explanations Stepwise linear regression, There Wavelet Analysis Blind Signal Processing, Mainly for data analysis and statistics, Thermonucl
regstats2
- 可计算线性回归趋势,显著性以及各种统计量,详情请参照代码内的介绍(Computable linear regression, trends, significance, as well as various statistics, please refer to the code for details)
logistic线性回归
- 应用MATLAB程序进行线性回归计算,此为相关代码,具有很强的应用价值。(Application of MATLAB program for linear regression calculation, this is the relevant code, has a strong application value.)
线性回归
- 此为用Matlab实现线性回归的底层代码,可供学习者参考学习(This is the bottom code for linear regression using Matlab, which can be used for reference by learners.)
PLS模型样本分类matlab代码
- 偏最小二乘回归提供一种多对多线性回归建模的方法,特别当两组变量的个数很 多,且都存在多重相关性,而观测数据的数量(样本量)又较少时,用偏最小二乘回归 建立的模型具有传统的经典回归分析等方法所没有的优点。 偏最小二乘回归分析在建模过程中集中了主成分分析,典型相关分析和线性回归分 析方法的特点,因此在分析结果中,除了可以提供一个更为合理的回归模型外,还可以 同时完成一些类似于主成分分析和典型相关分析的研究内容,提供更丰富、深入的一些 信息。
多元线性回归
- 多元线性回归代码以及多元非线性回归代码数学建模(Multiple linear regression code)
回归分析
- 回归分析的9种主要算法,包括(一元线性回归、多元线性回归、非线性回归、主成分分析、因子分析、自相关分析以及逐步回归分析等matlab代码以及算法说明。