搜索资源列表
lineAndTest
- 实现一元线性回归分析并进行F,t检验,以便对得出的回归方程进行线性显著性分析-achieving a linear regression analysis and F, t test, in order to come to the linear regression equation significantly Analysis
05050822222628
- !逐步回归分析程序: ! M:输入变量,M=N+1,其中N为自变量的个数;M包括的因变量个数 ! K:输入变量,观测点数; ! F1:引入因子时显著性的F-分布值; ! F2:剔除因子时显著性的F-分布值; ! XX:存放自变量和因变量的平均值; ! B:存放回归系数; ! V:存放偏回归平方和和残差平方和Q; ! S:存放回归系数的标准偏差和估计的标准偏差; ! C:存放复相关系数; ! F:存放F-检验值;
ftest
- 两个正态总体方差的检验(F检验)的matlab程序
F
- 有关F检验算法,向站长大哥问好,请容许我成为本站的一份子,谢谢。
Scrosspectrum
- 交叉谱分析: 两序列x(n)和y(n)的交叉谱分析,ol(0:m)频率,tl(0:m)周期,px(0:m)是x(n)的连续功率谱,py(0:m)是y(n)的连续功率谱,pxy(0:m)协谱,qxy(0:m)余谱,rxy(0:m)凝聚谱,cxy(0:m)位相差谱,lxy(0:m)滞后时间长度谱,rxy951(0:m)凝聚谱F-检验的95 置信上限,rxy952(0:m)凝聚谱Goodman-检验的95 置信上限,其中m=[n/2.]。 -Continuous cross spectrum an
Leastsquaresfitting
- 采用最小二乘逼近作为拟合实验数据的方法,利用F检验,确定实验数据拟合优度及最佳阶数,用编制的程序来拟合实验数据,得到了较好的结果-Least-squares fitting
lunwen
- 正态总体均值的 F检验法 : 研究了正态分布总体均值的双边假设检验问题, 得到了一个新的检验方法 一一F检验法。-Normal Population Mean F test: study of the normal population mean of the bilateral hypothesis test problem, get a new test method of 11 F test.
Ftest
- 用于对保存为txt的两组数据进行F检验.例如:>>Ftest.exe A.txt B.txt,其中A.txt B.txt分别是两组数据-Used to save two sets of data for the txt F test. For example:> > Ftest.exe A.txt B.txt, which are two sets of data A.txt B.txt
ftest0
- F检验函数,用于直接调用的F检验函数,可以使编程更加方便-F test function
14
- 气候分析中检验突变的经典程序,如滑动t检验,cv,滑动f检验等-Climate Analysis classic mutation testing procedures, such as sliding t test, cv, sliding f inspection
HomeWork
- 关于FPE定阶,F检验定阶和自校正控制的程序,附有题目,适合入门的作业训练-About FPE order determination, F test order determination and self-tuning control of the program, with the subject, suitable for entry-job training
RegressTest
- 回归显著性检验matlab程序。该函数可以求检验回归显著性的R值、F值。-Regression significance test matlab program. This function can seek significant resistance R value, F value of the regression.
A-linear-regression
- 一元线性回归中,主要计算拟合优度(相关系数平方)、计算标准误差、计算F统计量、计算截距的t统计量、计算DW统计量等,以及借助回归分析程序包计算回归系数并估计检验统计量。-A linear regression, the main computing goodness-of-fit (correlation coefficient Square), calculation of standard error, calculation of F statistic, t statistic calc
duoyuanxianxing
- 多元线性回归求解的实现,F检验,t检验,需要对数据预处理。-Solution to achieve by multiple linear regression, F-test, t test, the need for data preprocessing.
mtt-cv-mff
- 气候分析中检验突变的经典程序,如滑动t检验,cv,滑动f检验等-Climate Analysis classic mutation testing procedures, such as sliding t test, cv, sliding f inspection
F-test
- 用残差法(F检验法),残差检验法来辨识模型阶次,在模型阶次确定的情况下,依据递推法辨识出模型参数。这种利用残差定阶的方法需要在获得模型参数值之后,求得模型残差序列,并借以统计假设检验方法对残差的方差进行显著性检验来确定模型的阶次。-Extrapolation identified model parameters. This use of the residual method needs to be in order after obtaining the model parameter va
LinearRegression
- 该算法是实现多元线性回归算法。该算法包含了F检验,t检验,模型检验。-The algorithm is to achieve multiple linear regression algorithm. The algorithm includes the F-test, t test, model checking.
F
- MATLAB语句 可以实现多元的线性回归与F检验-MATLAB multiple linear regression and F test
stepwise
- 逐步回归的基本思想是将变量逐个引入模型,每引入一个解释变量后都要进行F检验,并对已经选入的解释变量逐个进行t检验,当原来引入的解释变量由于后面解释变量的引入变得不再显著时,则将其删除。以确保每次引入新的变量之前回归方程中只包含显著性变量。这是一个反复的过程,直到既没有显著的解释变量选入回归方程,也没有不显著的解释变量从回归方程中剔除为止。以保证最后所得到的解释变量集是最优的。(In statistics, stepwise regression is a method of fitting re
stepwise
- 逐步回归的基本思想是将变量逐个引入模型,每引入一个解释变量后都要进行F检验,并对已经选入的解释变量逐个进行t检验,当原来引入的解释变量由于后面解释变量的引入变得不再显著时,则将其删除。以确保每次引入新的变量之前回归方程中只包含显著性变量。这是一个反复的过程,直到既没有显著的解释变量选入回归方程,也没有不显著的解释变量从回归方程中剔除为止。以保证最后所得到的解释变量集是最优的。本文件结合实例利用MATLAB实现逐步回归的过程。(The basic idea of gradual regressio