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

R语言 Runuran包 unuran.cmv.new()函数中文帮助文档(中英文对照)

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

                                        Create a UNU.RAN continuous multivariate distribution object
                                         创建一个UNU.RAN的连续多变量分布对象

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

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

Create a new UNU.RAN object for a continuous multivariate distribution. The interface might be changed in future releases. <STRONG>Do not use unnamed arguments!</STRONG>


[Advanced] &ndash; Continuous Multivariate Distribution.
[高级]  - 连续多变量分布。


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


unuran.cmv.new(dim=1, pdf=NULL, ll=NULL, ur=NULL,
               mode=NULL, center=NULL, name=NA)



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

参数:dim
number of dimensions of the distribution. (integer)
数量的尺寸的分布。 (整数)


参数:pdf
probability density function. (R function)



参数:ll,ur
lower left and upper right vertex of a rectangular domain of the pdf. The domain is only set if both vertices are not NULL. Otherwise, the domain is unbounded by default. (numeric vectors)
左下角和右上角顶点的矩形区域的pdf。您正在访问的域名设置,如果两个顶点非NULL的。否则,默认情况下,域是无限的。 (数字向量)


参数:mode
location of the mode. (numeric vector &ndash; optional)
模式的位置。 (数字矢量 - 可选)


参数:center
point in &ldquo;typical&rdquo; region of distribution, e.g. the approximate location of the mode. It is used by several methods to locate the main region of the distribution. If omitted the mode is implicitly used. If the mode is not given either, the origin is used. (numeric vector &ndash; optional)
点在“典型”的分布区域,如:模式的大致位置。它是用来通过几种方法来定位的主区域的分布。如果省略了mode隐式地使用。如果mode不给予的起源。 (数字矢量 - 可选)


参数:name
name of distribution. (string)
名称的分配。 (字符串)


Details

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

Creates an instance of class unuran.cmv.
创建实例类unuran.cmv。

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


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

unuran.cmv.new(...) is an alias for  new("unuran.cmv", ...).
unuran.cmv.new(...)的别名new("unuran.cmv", ...)。


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



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




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

Automatic Nonuniform Random Variate Generation. Springer-Verlag, Berlin Heidelberg.

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

unuran.cmv, unuran.new, unuran.
unuran.cmv,unuran.new,unuran。


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


## Get a distribution object with given pdf and mode[#获取PDF和模式的分布对象]
mvpdf <- function (x) { exp(-sum(x^2)) }
mvd <- unuran.cmv.new(dim=2, pdf=mvpdf, mode=c(0,0))

## Restrict domain to rectangle [0,1]x[0,1] and set[#限制为矩形域[0,1]×[0,1],并设置]
## mode to (0,0)[#模式为(0,0)]
mvpdf <- function (x) { exp(-sum(x^2)) }
mvd <- unuran.cmv.new(dim=2, pdf=mvpdf, ll=c(0,0), ur=c(1,1), mode=c(0,0))


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 08:49 , Processed in 0.042445 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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