Matlab7 数理统计

Posted zero27315

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Matlab7 数理统计相关的知识,希望对你有一定的参考价值。

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 数理统计的主要内容,如果未能解决你的问题,请参考以下文章

win8.1安装Matlab7.0的兼容问题

matlab7.0找不到指定模块

注册码Matlab7.0(R14)注册码

matlab7.0安装 每次都到这步,安装不了 求高手帮忙

概率论与数理统计:数理统计的基本概念

数理统计基础 02 - 统计量和三大分布