搜索资源列表
线性回归
- 应用统计学的线性回归分析-165 linear regression analysis
多元线性回归分析程序
- 多元线性回归分析算法-multiple linear regression analysis algorithm
一元线性回归分析程序
- 一元线性回归分析算法-a linear regression analysis algorithm
线性回归
- 应用统计学的线性回归分析-165 linear regression analysis
多元线性回归分析程序
- 多元线性回归分析算法-multiple linear regression analysis algorithm
一元线性回归分析程序
- 一元线性回归分析算法-a linear regression analysis algorithm
源代码3一元线性回归
- 一元线性回归,数值分析方面可参考-one yuan linear regression, numerical analysis can look at the reference
lineAndTest
- 实现一元线性回归分析并进行F,t检验,以便对得出的回归方程进行线性显著性分析-achieving a linear regression analysis and F, t test, in order to come to the linear regression equation significantly Analysis
Mathcad2000
- 2 利用Mathcad2000进行多元线性回归分析-two Mathcad2000 use multiple linear regression analysis
SimpleRegression
- 数学统计分析,一元线性回归分析,包括效果检验。-SimpleRegression
matlab
- 多元线性回归分析 置信区间,R平方,F统计量值,与统计量F对应的概率P-Multivariate linear regression
多元多重线性回归-估计
- 多重线性回归分析,含PPT,R代码和阅读材料(R code for multiple linear regression analysis)
02a 多元线性回归分析
- 基于矩阵运算的多元线性回归分析,基于回归计算程序包的多元线性回归分析等MATLAB程序实现;各检验值齐全(Multivariate linear regression analysis based on matrix operation, multiple linear regression analysis based on regression calculation package)
一元线性回归
- 包括基于矩阵运算计算回归系数并添加趋势线,基于多项式拟合计算回归系数并添加趋势线,借助回归分析程序包计算回归系数并估计检验统计量,及预测和各统计量。(Including the regression coefficient and add the trend line calculation based on matrix computation, polynomial fitting to calculate the regressi
线性回归
- 使用matlab进行回归分析,有具体的数据。(regression analysis using MATLAB)
多元线性回归
- 利用多元回归分析对气象站点数据进行插值运算。(The data of meteorological stations are interpolated by multiple regression analysis.)
R线性回归
- 线性回归主要解决了变量之间的线性关系的确定问题。(lm is used to fit linear models. It can be used to carry out regression, single stratum analysis of variance and analysis of covariance (although aov may provide a more convenient interface for t
ch10 回归分析
- 回归分析(regression analysis)是确定两种或两种以上变量间相互依赖的定量关系的一种统计分析方法。运用十分广泛,回归分析按照涉及的变量的多少,分为一元回归和多元回归分析;按照因变量的多少,可分为简单回归分析和多重回归分析;按照自变量和因变量之间的关系类型,可分为线性回归分析和非线性回归分析。如果在回归分析中,只包括一个自变量和一个因变量,且二者的关系可用一条直线近似表示,这种回归分析称为一元线性回归分析。如果回归分析中包
python的线性回归实现
- 线性回归是利用数理统计中回归分析,来确定两种或两种以上变量间相互依赖的定量关系的一种统计分析方法,运用十分广泛。其表达形式为y = w'x+e,e为误差服从均值为0的正态分布。(Linear regression is a statistical analysis method to determine the quantitative relationship between two or more variables and mor
多项回归分析
- 多自变量,多因变量,线性回归分析MATLAB程序(Multiple independent variables, multivariate variables, linear regression analysis)