搜索资源列表
dynhgj
- matlab来编写多元逐步回归分析,初学者适合-Matlab to prepare multiple stepwise regression analysis, suitable for beginners
matlab
- MATLAB 实现回归分析及逐步回归及预测 可用于数学建模-MATLAB
julei
- 这是一个基本的数模题目的套路,分析数模聚类问题,例子是乳腺癌的诊断模型,过程为标准化数据,逐步回归,分析主要因素,聚类方法有距离法和神经网络法,均附有源码和解释说明-This is an essential topic of routine digital-analog, digital-analog cluster analysis problem example is the breast cancer diagnostic model, the process for the standa
dyzbhg
- 逐步回归分析,可以应用此matlabm文件进行逐步回归分析计算。-Stepwise regression analysis, can be applied to this matlabm stepwise regression analysis and calculation files.
hgfxmatlab
- 回归分析MATLAB工具箱的使用,包括多元线性回归,多项式回归,多元二项式回归,非线性回归,逐步回归-Regression analysis using the MATLAB toolbox, including multiple linear regression, polynomial regression, multiple binomial regression, nonlinear regression, stepwise regression
cru
- 利用matlab多元逐步回归分析方法建立初馏点温度的数学模型-Use of matlab multiple stepwise regression analysis method to establish early mathematical model of temperature at fractions
Matlab-Regression-Analysis
- Matlab回归分析 多元回归分析 多项式回归 非线性回归 逐步回归-Matlab Regression Analysis
huiguifenxi
- 本程序基于matlab开发,作用是做回归分析及逐步回归分析-Regression analysis and stepwise regression
vxrtdsby
- 包括AHP,因子分析,回归分析,聚类分析,匹配追踪和正交匹配追踪,关于神经网络控制,最终的权值矩阵就是滤波器的系数,进行逐步线性回归,相关分析过程的matlab方法,外文资料里面的源代码,计算多重分形非趋势波动分析。- Including AHP, factor analysis, regression analysis, cluster analysis, Matching Pursuit and orthogonal matching pursuit, On neural network c
rmfcxhda
- 用MATLAB实现动态聚类或迭代自组织数据分析,进行逐步线性回归,PLS部分最小二乘工具箱,包括回归分析和概率统计,脉冲响应的相关分析算法并检验,滤波求和方式实现宽带波束形成。- Using MATLAB dynamic clustering or iterative self-organizing data analysis, Stepwise linear regression, PLS PLS toolbox, Including regression analysis and proba
bxtecksq
- 复化三点Gauss-lengend公式求pi,解耦,恢复原信号,多目标跟踪的粒子滤波器,进行逐步线性回归,模式识别中的bayes判别分析算法,数学方法是部分子空间法,最小二乘回归分析算法,包含了阵列信号处理的常见算法。- Complex of three-point Gauss-lengend the Formula pi, Decoupling, restore the original signal, Multi-target tracking particle filter, Stepwi
kxkqtrph
- 阵列信号处理的高分辨率估计,大学数值分析算法,用于时频分析算法,主要为数据分析和统计,进行逐步线性回归,包括AHP,因子分析,回归分析,聚类分析,使用matlab实现智能预测控制算法。- High-resolution array signal processing estimates, University of numerical analysis algorithms, For time-frequency analysis algorithm, Mainly for data analy
hjxbjknw
- 主要是基于mtlab的程序,包括回归分析和概率统计,抑制载波型差分相位调制,进行逐步线性回归,PLS部分最小二乘工具箱,信号处理中的旋转不变子空间法。- Mainly based on the mtlab procedures, Including regression analysis and probability and statistics, Suppressed carrier type differential phase modulation, Stepwise linear re
ncprxkwg
- matlab小波分析程序,利用贝叶斯原理估计混合logit模型的参数,包括回归分析和概率统计,LCMV优化设计阵列处理信号,进行逐步线性回归,时间序列数据分析中的梅林变换工具,最终的权值矩阵就是滤波器的系数,matlab编写的元胞自动机。- matlab wavelet analysis program, Bayesian parameter estimation principle mixed logit model, Including regression analysis and pro
nircmbvf
- 基于负熵最大的独立分量分析,进行逐步线性回归,关于神经网络控制,包括回归分析和概率统计,代码里有很完整的注释和解释,一种噪声辅助数据分析方法。- Based on negative entropy largest independent component analysis, Stepwise linear regression, On neural network control, Including regression analysis and probability and statis
MultiFactor
- matlab 股票多因子回归分析示例,采用逐步回归和线性回归(multi factor regression analysis sample for stocks with Matlab)
regression
- 可用作数据逐步回归,主要用作生理数据的回归(This code was used for regression)
stepwise
- 逐步回归的基本思想是将变量逐个引入模型,每引入一个解释变量后都要进行F检验,并对已经选入的解释变量逐个进行t检验,当原来引入的解释变量由于后面解释变量的引入变得不再显著时,则将其删除。以确保每次引入新的变量之前回归方程中只包含显著性变量。这是一个反复的过程,直到既没有显著的解释变量选入回归方程,也没有不显著的解释变量从回归方程中剔除为止。以保证最后所得到的解释变量集是最优的。本文件结合实例利用MATLAB实现逐步回归的过程。(The basic idea of gradual regressio
Statistics Code by Matlab
- 包含一元线性回归分析、多元线性回归分析、逐步回归分析、非线性回归分析、主成分分析、因子分析、层次聚类分析、判别分析、自相关分析和自回归分析的全套Matlab源代码(MATLAB source code including linear regression analysis, multiple linear regression analysis, stepwise regression analysis, non-linear regression analysis, principal co
回归分析
- 回归分析的9种主要算法,包括(一元线性回归、多元线性回归、非线性回归、主成分分析、因子分析、自相关分析以及逐步回归分析等matlab代码以及算法说明。