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

R语言 Runuran包 unuran.cont-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 23:50:56 | 显示全部楼层 |阅读模式
unuran.cont-class(Runuran)
unuran.cont-class()所属R语言包:Runuran

                                        Class "unuran.cont" for Continuous Distribution
                                         类连续分布的的“unuran.cont”

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

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

Class unuran.cont provides an interface to UNU.RAN objects for continuous distributions. The interface might be changed in future releases. <STRONG>Do not use unnamed arguments!</STRONG>
类unuran.cont提供连续分布UNU.RAN对象的接口。在以后的版本中可能会改变的接口。的<STRONG>不要使用未命名的参数</ STRONG>

[Advanced] &ndash; Continuous Distribution Object.
[高级]  - 连续分布对象。


Details

详细信息----------Details----------

Create a new instance of a unuran.cont object using
创建一个unuran.cont对象的一个新实例

new ("unuran.cont", cdf=NULL, pdf=NULL, dpdf=NULL, islog=FALSE,      lb=NA, ub=NA, mode=NA, center=NA, area=NA, name=NA).
new ("unuran.cont", cdf=NULL, pdf=NULL, dpdf=NULL, islog=FALSE,      lb=NA, ub=NA, mode=NA, center=NA, area=NA, name=NA)。




cdf cumulative distribution function. (R function)
CDF累积分布功能。 (R功能)




pdf probability density function. (R function)
概率密度函数。 (R功能)




dpdf derivative of the pdf. (R function)
的pdfdpdf衍生。 (R功能)




islog whether the given cdf and pdf are given by their logarithms (the dpdf is then the derivative of the
islog是否给定的cdf和pdf由下式给出的对数(dpdf然后衍生物




lb lower bound of domain;
英镑较低的界域;




ub upper bound of domain;
UB上界域;




mode mode of distribution. (numeric)
模式分配方式。 (数字)




center typical point (&ldquo;center&rdquo;) of distribution. If
中心典型的点(“中心”)的分布。如果




area area below pdf; used for computing normalization
下面的pdf区面积,用于计算标准化




name name of distribution. (string)
名名的分布。 (字符串)

The user is responsible that the given informations are consistent. It depends on the chosen method which information must be given / are used.
所给的信息是一致的,由用户负责。这取决于所选择的方法,该方法的信息,必须给予/使用。


(作者)----------Author(s)----------



Josef Leydold and Wolfgang H\"ormann
<a href="mailto:unuran@statmath.wu.ac.at">unuran@statmath.wu.ac.at</a>.




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

UNU.RAN User Manual, see http://statmath.wu.ac.at/unuran/.

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

unuran.cont.new, unuran.new, unuran.
unuran.cont.new,unuran.new,unuran。


实例----------Examples----------


## Create continuous distribution with given logPDF and its derivative[#创建一个连续分布的给定logPDF及其衍生]
pdf <- function (x) { -0.5*x^2 }
dpdf <- function (x) { -x }
distr <- new("unuran.cont", pdf=pdf, dpdf=dpdf, islog=TRUE, lb=-Inf, ub=Inf)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 08:47 , Processed in 0.025640 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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