找回密码
 注册
查看: 3164|回复: 0

R语言:Exponential()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 17:54:05 | 显示全部楼层 |阅读模式
Exponential(stats)
Exponential()所属R语言包:stats

                                        The Exponential Distribution
                                         指数分布

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Density, distribution function, quantile function and random generation for the exponential distribution with rate rate (i.e., mean 1/rate).
密度分布函数,分量函数和随机生成率指数分布rate(即,平均1/rate)。


用法----------Usage----------


dexp(x, rate = 1, log = FALSE)
pexp(q, rate = 1, lower.tail = TRUE, log.p = FALSE)
qexp(p, rate = 1, lower.tail = TRUE, log.p = FALSE)
rexp(n, rate = 1)



参数----------Arguments----------

参数:x, q
vector of quantiles.
位数的向量。


参数:p
vector of probabilities.
概率向量。


参数:n
number of observations. If length(n) > 1, the length is taken to be the number required.
观测数。如果length(n) > 1,长度是所需的数量。


参数:rate
vector of rates.
差饷向量。


参数:log, log.p
logical; if TRUE, probabilities p are given as log(p).
逻辑;如果为TRUE,概率P日志(P)。


参数:lower.tail
logical; if TRUE (default), probabilities are P[X ≤ x], otherwise, P[X > x].
逻辑;如果是TRUE(默认),概率P[X ≤ x],否则,“P[X > x]。


Details

详情----------Details----------

If rate is not specified, it assumes the default value of 1.
如果rate没有被指定,它假定1默认值。

The exponential distribution with rate λ has density
率λ指数分布有密度

for x ≥ 0.
x ≥ 0。


值----------Value----------

dexp gives the density, pexp gives the distribution function, qexp gives the quantile function, and rexp generates random deviates.
dexp给人的密度,pexp给出了分布函数,qexp给人的分量功能,rexp产生随机的偏离。


注意----------Note----------

The cumulative hazard H(t) = - log(1 - F(t)) is -pexp(t, r, lower = FALSE, log = TRUE).
累积危险H(t) = - log(1 - F(t))是-pexp(t, r, lower = FALSE, log = TRUE)。


源----------Source----------

dexp, pexp and qexp are all calculated from numerically stable versions of the definitions.
dexp,pexp和qexp都是从稳定版本的定义数值计算。

rexp uses
rexp使用

Ahrens, J. H. and Dieter, U. (1972). Computer methods for sampling from the exponential and normal distributions. Communications of the ACM, 15, 873–882.
阿伦斯,J. H.和迪特尔·U。(1972年)。从指数分布和正态分布抽样的计算机方法。通信的ACM,15,873-882。


参考文献----------References----------

The New S Language. Wadsworth & Brooks/Cole.
Continuous Univariate Distributions, volume 1, chapter 19. Wiley, New York.

参见----------See Also----------

exp for the exponential function.
exp为指数函数。

Distributions for other standard distributions, including dgamma for the gamma distribution and dweibull for the Weibull distribution, both of which generalize the exponential.
其他标准分布的分布,包括dgamma的伽玛分布和dweibullWeibull分布,概括这两个指数。


举例----------Examples----------


dexp(1) - exp(-1) #-> 0[ - > 0]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-23 06:04 , Processed in 0.035323 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表