- 111
- 0
- 约4.52千字
- 约 49页
- 2017-10-06 发布于湖北
- 举报
R软件实战统计计算篇
R软件中的统计计算
R软件中的统计计算
一、统计分布
每一种分布有四个函数:
d ―density (密度函数),p ―分布函数,
q ―分位数函数,r ―随机数函数。
比如,正态分布dnorm,pnorm ,qnorm,rnorm
• Description
• Density, distribution function, quantile
function and random generation for the
normal distribution with mean equal to
mean and standard deviation equal to sd.
• 下列各分布前面加前缀d、p、q或r就构成
函数名:
• norm:正态, t :t分布, f :F分
布,chisq:卡方(包括非中心)
unif:均匀,
• binom:二项分布,
• r:随机数
• d 密度函数
• q分位数
• p 分布函数
下列各分布前面加前缀d、p 、q或r
原创力文档

文档评论(0)