make.c.dist(SamplerCompare)
make.c.dist()所属R语言包:SamplerCompare
Define a probability distribution object with C log-density
定义一个概率分布对象与C记录密度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Defines a probability distribution object for use with
定义的概率分布为使用对象
用法----------Usage----------
参数----------Arguments----------
参数:ndim
The size of the distribution's state space.
的分布的状态空间的大小。
参数:name
A human-readable name for the distribution.
人类可读的名称的分配。
参数:c.log.density
A C function returning the log-density and gradient of the target distribution.
AC函数返回的记录密度的目标和梯度分布。
参数:c.context
An opaque object passed to c.log.density
一个不透明的对象传递给c.log.density
参数:name.expression
A name for the distribution in plotmath notation. Used in preference to name in plot functions when available.
分布在plotmath符号的名称。用于name的绘图功能时,可优先。
参数:mean
A vector specifying the true mean of the distribution.
一个向量确定的真实的平均分布。
参数:cov
A matrix specifying the true covariance of the distribution.
真正的协方差矩阵指定的分布。
Details
详细信息----------Details----------
See make.dist for discussion of ndim, name, name.expression, mean, and cov.
见make.dist的讨论ndim,name,name.expression,mean和cov。
c.log.density is a string containing the symbol name of a C function that computes the log density and log density gradient of the target distribution. It has the type log_density_t,
c.log.density是一个字符串,其中包含的记录密度,记录密度梯度的目标分配一个C函数,计算的符号名。它的类型log_density_t,
值----------Value----------
A dist object.
Adist对象。
参见----------See Also----------
compare.samplers, make.dist, “R/C Glue in SamplerCompare” (vignette)
compare.samplers,make.dist,“R / C胶在SamplerCompare”(暗角)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|