Distributions(stats)
Distributions()所属R语言包:stats
Distributions in the stats package
统计包中的分布
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Density, cumulative distribution function, quantile function and random variate generation for many standard probability distributions are available in the stats package.
stats包密度,累积分布函数,分位数函数和许多标准概率分布的随机变量代。
Details
详情----------Details----------
The functions for the density/mass function, cumulative distribution function, quantile function and random variate generation are named in the form dxxx, pxxx, qxxx and rxxx respectively.
形式dxxx,pxxx,qxxx和rxxx分别被命名为中密度/质量函数,累积分布函数,分位数函数和随机变量生成的功能。
For the beta distribution see dbeta.
beta分布dbeta。
For the binomial (including Bernoulli) distribution see dbinom.
二项式分布(包括伯努利)dbinom。
For the Cauchy distribution see dcauchy.
柯西分布dcauchy。
For the chi-squared distribution see dchisq.
为卡方分布dchisq。
For the exponential distribution see dexp.
为指数分布dexp。
For the F distribution see df.
F分布df。
For the gamma distribution see dgamma.
为伽玛分布dgamma。
For the geometric distribution see dgeom. (This is also a special case of the negative binomial.)
为几何分布dgeom。 (这也是一个负二项分布的特例)。
For the hypergeometric distribution see dhyper.
超几何分布,看到dhyper。
For the log-normal distribution see dlnorm.
对数正态分布,见:dlnorm。
For the multinomial distribution see dmultinom.
多项分布dmultinom。
For the negative binomial distribution see dnbinom.
为负二项分布dnbinom。
For the normal distribution see dnorm.
对于正态分布看到dnorm。
For the Poisson distribution see dpois.
为泊松分布dpois。
For the Student's t distribution see dt.
对于学生的t分布看dt。
For the uniform distribution see dunif.
为均匀分布dunif。
For the Weibull distribution see dweibull.
Weibull分布dweibull。
For less common distributions of test statistics see pbirthday, dsignrank, ptukey and dwilcox (and see the "See Also" section of cor.test).
对于不太常见的测试统计分布pbirthdaydsignrank,ptukey和dwilcox(cor.test看到参见节)。
参见----------See Also----------
RNG about random number generation in R.
RNG约在R随机数生成
The CRAN task view on distributions, http://cran.r-project.org/web/views/Distributions.html, mentioning several CRAN packages for additional distributions.
CRAN的任务来看,对分布http://cran.r-project.org/web/views/Distributions.html,提额外发行的几个CRAN的软件包。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|