码迷,mamicode.com
首页 > 其他好文 > 详细

Matlab7 数理统计(二)

时间:2019-03-22 22:51:30      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:regress   数理统计   this   null   near   mat   res   value   The   

quantile(Martix,0-1) 分位点,如0.5即为中点
bootci(nboot,{bootfun,...},‘alpha‘,0.1)  Bootstrap confidence interval
[p,t,st] = anova1(data) 单向方差分析

fa = finv(P,V1,V2)

F inverse cumulative distribution function

这个MATLAB函数用分子自由度V1和分母自由度V2计算F cdf的倒数,得到P中相应的概率。

[beta,betaint,r,rint,st] = regress(Y,x)

regress - Multiple linear regression

多元线性回归
  rstool(x,y,model,alpha,xname,yname)  
[h,p,stats] = runset(x0,quantile(x0,0.5))   

runstest - Run test for randomness

This MATLAB function returns a test decision for the null hypothesis that the
values in the data vector x come in random order, against the alternative that
they do not.

Matlab7 数理统计(二)

标签:regress   数理统计   this   null   near   mat   res   value   The   

原文地址:https://www.cnblogs.com/zero27315/p/10581556.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!