常见分布的统计量估计

MATLAB中提供了常见分布的均值和方差估计函数,其语法格式如表1-7所示。

表1-7 常见分布的统计量估计及其语法格式

函数名 分 布 参数意义 参数意义 语法格式
函数名 分 布 均 值 方 差
binostat 二项分布 np npq [M, V]=binostat(N, P)
expstat 指数分布 2 [M, V]=expstat(MU)
geostat 几何分布 q/p [M, V]=geostat(P)
hygestat 超几何分布 [M,V]=hygestat(M,K,N)
lognstat 对数正态分布 [M,V]=lognstat(MU,SIGMA)
normstat 正态(高斯)分布 [M,V]=normstat(MU,SIGMA)
poisstat 泊松分布 [M,V]=poisstat(LAMBDA)
unidstat 离散均匀分布 [M,V]=unidstat(N)
unifstat 连续均匀分布 (a+b)/2 (ba)/12 [M,V]=unidstat(A,B)
weibstat 威布尔分布 [M,V]=weibstat(A,B)