搜索资源列表
现代统计学与SAS应用
- 本书共分6篇,第1篇统计学基础知识与SAS软件应用技巧,介绍了统计学的基本概念和学习方法、试验设计入门、统计描述、SAS软件应用入门、编写SAS实用程序的技巧、单变量统计分析和利用SAS/GRAPH模块绘制常用统计图的方法。第2篇试验设计与定量资料的统计分析,介绍了与t检验、非参数检验和各种方差分析有关的试验设计和数据处理方法。第3篇试验设计与定性资料的统计分析,介绍了处理二维及高维列联表资料的各种统计分析 方法,包括卡方检验、Fish
CubicMultinomialRegress
- 一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double foreca
huigui
- 一款进行多元线性回归分析软件.可以完成多元回归模型的参数估计和统计检验,可以通过Excel获取外部数据,并且能够把计算结果保存成xls文件,计算结果的差方图-Conducted a multiple linear regression analysis software. Can complete multiple regression model parameters estimates and statistical test, y
statistics
- 统计学习的Matlab程序:包括各种假设检验,模型识别和线性回归等.-The Matlab statistical learning procedures: including a variety of hypothesis testing, model identification and linear regression.
MultiLineReg.m
- 多元线性回归,包含了具体的检验系数和输入输出,很有用-MultiLineRegression
duoyuan
- 多元线性回归模型,结合主成分分析原理,完美的运用matlab编程-Multiple linear regression model, combined with principal component analysis theory, the perfect use of matlab programming! !
duoyuan
- 用c#编写的多元线性回归模型,一元当然也可以用-With c# written in a multiple linear regression model, a dollar of course, can also be used
20070205154609396
- 款进行多元线性回归分析软件.可以完成多元回归模型的参数估计和统计检验,可以通过Excel获取外部数据,并且能够把计算结果保存成xls文件,计算结果的差方图--Conducted a multiple linear regression analysis software. Can complete multiple regression model parameters estimates and statistical test, y
1114
- 最小二乘法(OLS)和线性回归模型.ppt 内容含有具体计算过程详解、实例-Least squares (OLS) and linear regression model. Ppt Elaboration on the Course content includes specific calculations, examples
LASSO与一般线性回归模型构建
- 一种综合评价方法,跟主成分分析类似,但效果更好(A comprehensive evaluation method, similar to principal component analysis, but better)
线性回归
- 通过已知数据建立对应模型,找出数据集的最优线性关系来预测或估计需要的因变量。(The corresponding model is established by the known data, and the optimal linear relation of the data set is found to predict or estimate the dependent variable.)
machine-learning-ex5
- Andrew Ng Cousera 机器学习线性回归,并用它来研究不同偏置方差性能模型,源代码以及说明文档。(Andrew Ng Cousera's machine learning linear regression and use it to study models with different bias-variance properties and source code and document.)
2单变量线性回归_配套代码
- 关于机器学习的线性回归模型matlab主程序。(Matlab main program of linear regression model for machine learning.)
线性回归
- 简单的线性回归模型的matlab程序,可修改矩阵的相关数据。(Simple linear regression model)
project 2
- 线性回归模型,单变量,多变量,基本统计分析,相关系数分析,QQ图(Linear regression, single variable, multi-variable)
偏最小二乘回归的线性与非线性方法(书.王惠文)
- 偏最小二乘回归的线性与非线性方法,王惠文著。讲了偏最小二乘通径回归模型和递阶偏最小二乘回归模型。(Partial Least Squares Regression Linear and Nonlinear Methods, by Wang Huiwen. The partial least square path regression model and the hierarchical partial least-squares re
作业1 线性回归
- 用PYTHON语言实现线性回归,一方面,线性回归所能够模拟的关系其实远不止线性关系。线性回归中的“线性”指的是系数的线性,而通过对特征的非线性变换,以及广义线性模型的推广,输出和特征之间的函数关系可以是高度非线性的。另一方面,也是更为重要的一点,线性模型的易解释性使得它在物理学、经济学、商学等领域中占据了难以取代的地位。(Linear regression in PYTHON language)
logisticRegressionshiyan线性回归
- 用于数据挖掘,疾病自动诊断,经济预测等领域。例如,探讨引发疾病的危险因素,建立Logistics回归模型,并根据此预测疾病发生的概率等(Used for data mining, disease automatic diagnosis, economic forecasting and other fields. For example, to explore the risk factors for disease, establis
回归模型
- 利用R语言实现了线性回归和逻辑回归,提供了数据和代码(Use R language to achieve linear regression and logistic regression, and provide data and code.)
linear regression
- 线性回归模型与诊断 数据说明:本数据是一份汽车贷款数据(linear regression lesson)