搜索资源列表
Pls_tool-tem.rar
- pls算法工具箱。偏最小二乘回归≈多元线性回归分析+典型相关分析+主成分分析 ,pls algorithm toolbox. Partial least-squares regression ≈ multiple linear regression analysis, canonical correlation analysis++ Principal component analysis
matlab
- 多元线性回归分析 置信区间,R平方,F统计量值,与统计量F对应的概率P-Multivariate linear regression
LS_SVM
- 最小二乘支持向量机,用于多元非线性回归分析,非线性拟合与预测-Least squares support vector machine for multi-linear regression analysis, nonlinear fitting and prediction
sanci-function.m
- 非线性回归,某三次多项式,多元非线性回归分析的例子,很少,很珍贵啊-NONLINER
RegrToolbox
- 基于多元线性回归、偏最小二乘、神经网络、卡尔漫滤波、径向基网络、主成分分析等等的程序。可用于建模和预测。-Based on multiple linear regression, partial least squares, neural networks, Carl diffuse filtering, radial basis networks, and so on principal component analysis procedure. Can be used for modelin
regress
- 清华大学数学实验之一元与多元回归分析之幻灯片与MAT源码-Tsinghua University, one math test and multiple regression analysis element of the slide with the MAT-source
Multipleregressionanalysis
- 多元回归分析代码 可以做用于多种实际应用 用于各种预测分析 聚类分析代码-Multiple regression analysis code can be done for a variety of practical application of cluster analysis for a variety of predictive analysis code
Multiplelinearregressonanalysisprediction
- 多元线性回归分析预测法针对概率论中的回归预测做了研究,推荐各位大侠阅读-Multiple linear regression analysis prediction for the probability of regression to do the research, recommended reading you heroes
Complete-collection-of-algorithm
- 算法大全 全书分30章及2附录(在MATLAB中实现)对常用数学算法进行汇总介绍。 主要包括:线性规划、非线性规划、动态规划、图与网络、排队论、对策论、层次分析法、插值与拟合、数据的统计描述和分析、方差分析、回归分析、微分方程建模、稳定状态模型、常微分方程解法、差分方程模型、马氏链模型、变分法模型、神经网络模型、偏微分方程的数值解、目标规划、模糊数值模型、现代优化算法、时间序列模型、存贮论、经济与金融的优化问题、生产与服务运作管理中的优化问题、灰色系统理论及其应用、多元分析、偏最小二乘回归以
Code_MATLAB_Statistical_Analysis
- 这是张德丰《MATLAB概率与数理统计分析》随书源码(M文件)。代码包括的内容有:概率分布计算及统计特征、数字特征计算、统计图绘制(盒状图、散度图等)、点估计和区间估计、假设检验、方差分析、曲线拟合、回归分析、因素分析、聚类分析、正交实验设计分析、多元方差分析、判别分析、隐马尔可夫模型建模与参数估计和在语音识别中的应用。-This is Zhang Defeng " MATLAB Analysis of probability and mathematical statistics,&
regress
- 很好的多元回归分析源码,其中一部分是自己写的-Multiple regression analysis a good source, part of which is to write their own
Matlab-Regression-Analysis
- Matlab回归分析 多元回归分析 多项式回归 非线性回归 逐步回归-Matlab Regression Analysis
duoyuanhuigui
- 一个可以得到多元回归分析的普适算法,对于分析结果会有不错的帮助。-One can get multiple regression analysis of the universal algorithm for the analysis results will have great help.
reglm
- 用matlab实现多元回归分析,统计学中比较重要的应用,适用于初学者-Multiple regression analysis using matlab to achieve, the more important applications of statistics for beginners
duoyuanhuiguifenxi
- 利用多元回归分析解决问题,通过对三个变量的分析选取最好的模型,并得到预测值-Solve problems using multiple regression analysis, analysis by three variables chosen best model and get the predicted value
MultipleRegression
- 使用matlab计算多元回归,用于数据统计、数据分析等(Used to calculate multiple regression)
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)
MATLAB概率与数理统计分析程序源码大全
- MATLAB概率与数理统计分析(第2版)》以概率与数理统计的基本原理为线索,以matlab为辅助条件,分别介绍了概率与数理统计概述、统计估计、假设检验、方差分析、回归分析、正交试验分析、聚类分析、判别分析和多元数据相关分析等内容,理论与实践相结合,向读者演示了matlab在数理统计中的应用。 ("MATLAB Probability and Mathematical Statistics Analysis (2nd edition)" is based on the M
回归分析
- 回归分析的9种主要算法,包括(一元线性回归、多元线性回归、非线性回归、主成分分析、因子分析、自相关分析以及逐步回归分析等matlab代码以及算法说明。