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

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

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

                                        The Cauchy Distribution
                                         柯西分布

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

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

Density, distribution function, quantile function and random generation for the Cauchy distribution with location parameter location and scale parameter scale.
密度,分布函数,功能和位置参数location和尺度参数scale位数,柯西分布随机生成。


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


dcauchy(x, location = 0, scale = 1, log = FALSE)
pcauchy(q, location = 0, scale = 1, lower.tail = TRUE, log.p = FALSE)
qcauchy(p, location = 0, scale = 1, lower.tail = TRUE, log.p = FALSE)
rcauchy(n, location = 0, scale = 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,长度是所需的数量。


参数:location, scale
location and scale parameters.
位置和尺度参数。


参数: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 location or scale are not specified, they assume the default values of 0 and 1 respectively.
如果location或scale没有被指定,他们0和1分别承担的默认值。

The Cauchy distribution with location l and scale s has density
柯西分布的位置l和规模s具有密度

for all x.
所有的x。


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

dcauchy, pcauchy, and qcauchy are respectively the density, distribution function and quantile function of the Cauchy distribution.  rcauchy generates random deviates from the Cauchy.
dcauchy,pcauchy,qcauchy分别是密度,分布函数和柯西分布的分位数的功能。 rcauchy从柯西生成随机偏离。


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

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

rcauchy uses inversion.
rcauchy使用反转。


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

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

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

Distributions for other standard distributions, including dt for the t distribution which generalizes dcauchy(*, l = 0, s = 1).
其他标准分布的分布,包括dt推广dcauchy(*, l = 0, s = 1)t分布。


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


dcauchy(-1:4)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 15:07 , Processed in 0.021806 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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