MATLAB基本数学函数及随机分布生成函数

  • 格式:doc
  • 大小:62.00 KB
  • 文档页数:2
自由度为N的卡方分布
trnd(N, m, n)
自由度为N的t分布
frnd(N1, N2, m, n)
自由度为N1,N2的F分布
gamrnd(A, B, m, n)
参数为A,B的γ分布
betarnd(A, B, m, n)
参数为A,B的β分布
lognrnd(MU, SIGMA, m, n)
对数正态分布
基本数学函数及随机分布生成函数(MATLAB)
abs
绝对值
angle
相位角
real
实部
imag
虚部
conj
共轭
exp(a)
指数e.^a
expm(a)
指数e^a
sqrt
平方根
log、log2、log10
对数
round、floor、ceil、fix
舍入
mod(x,y)
x对y取模
rem(x,y)
x对y取余
funtool
函数计算器
rand
均匀分布
randn
标准正态分布
normrnd(MU, SIGMA, m, n)
正态分布
unifrnd(A, B, m, n)
[A, B]上均匀分布
unidrnd( m, n)
参数为Lambda的指数分布
chi2rnd(N, m, n)
常见分布函数表
beta或Beta
β分布
bino或Binomial
二项分布
chi2或Chisquare
卡方分布
exp或Exponential
指数分布
f或F
F分布
gam或Gamma
γ分布
geo或Geometric
几何分布
hype或Hypergeometric
超几何分布
logn或Lognormal
对数正态分布
nbin或Negative Binomial
负二项式分布
ncf或Noncentral F
非中心F分布
nct或Noncentral t
非中心t分布
ncx2或Noncentral Chi-square
非中心卡方分布
norm或Normal
正态分布
poiss或Poisson
泊松分布
rayl或rayleigh
nbinrnd(R, P, m, n)
参数为R,P的负二项分布
ncfrnd(N1, N2, delta, m, n)
非中心F分布
nctrnd(N, delta, m, n)
非中心t分布
ncx2rnd(N, delta, m, n)
非中心卡方分布
raylrnd(B, m, n)
瑞利分布
weibrnd(A, B, m, n)
瑞利分布
t或T
t分布
unif或Uniform
均匀分布
unid或Discrete Uniform
离散均匀分布
weib或Weibull
韦伯分布
韦伯分布
binornd(N, P, m, n)
二项分布
geornd(N, P, m, n)
几何分布
hygernd(M, K, N, m, n)
超几何分布
poissrnd(Lambda, m, n)
泊松分布
random(‘name’, A1, A2, A3, m, n)
多种分布,取决于name的值,如下表