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

R语言 sn包 msn.marginal()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 11:19:15 | 显示全部楼层 |阅读模式
msn.marginal(sn)
msn.marginal()所属R语言包:sn

                                         Marginal components of a multivariate skew-normal distribution
                                         边缘组件的多元歪斜正态分布

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

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

Computes the marginal distribution of a subset of components of a multivariate skew-normal distribution.
计算的边缘分布的组件的子集的多变量偏斜正态分布。


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


msn.marginal(xi=rep(0, length(alpha)), Omega, alpha, comp=1:d, dp=NULL)



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

msn.marginal(xi, Omega, alpha, comp)
msn.marginal(dp=, comp)



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

参数:xi
a numeric vector of length d, say, giving the location parameter.
一个数字矢量的长度d,说,给位置参数。


参数:Omega
a covariance matrix of dimension (d,d).
维度(d,d)的协方差矩阵。


参数:alpha
a numeric vector of length d, which regulates the shape of the density.
一个数值向量长度d,它的密度调节的形状。


参数:comp
a vector containing a subset of 1:d selecting the components of the marginal distribution. A permutation of 1:d is allowed, and the components of comp do not need to be sorted.
一个向量,包含1:d选择的组件的边缘分布的一个子集。置换1:d是允许的,comp的组件不需要进行排序。


参数:dp
a list containing the components xi, Omega, alpha, contaning quantities as described above; if dp is specified, then the indicidual components must not be in the calling statement </table>
一个列表,其中包含的组件xi,Omega,alpha,浸渗上面所描述的数量,如果dp指定,然后在indicidual的组件必须在调用语句< / TABLE>


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

A list containing  components xi, Omega, alpha with the  parameters of the marginal distribution. If length(comp) is  equal to m, say, then the new components are of size m, (m,m), n,  respectively.
一个列表,其中包含组件xi, Omega, alpha的边际分布的参数。如果length(comp)是m的说,新的组件的大小m, (m,m), n,。


背景----------Background----------

See the reference below for background information.
请参阅参考以下的背景信息。


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

Azzalini, A. and Capitanio, A. (1999). Statistical applications of the multivariate skew-normal distribution. J.Roy.Statist.Soc. B 61, 579&ndash;602.

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

dmsn, msn.conditional, msn.affine
dmsn,msn.conditional,msn.affine


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


xi <- c(10,0,-30)
Omega <- 5*diag(3)+outer(1:3,1:3)
alpha <- c(1,-3,5)
msn.marginal(xi,Omega,alpha,c(3,1))
msn.marginal(dp=list(xi=xi,Omega=Omega,alpha=alpha), comp=3)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-7 21:57 , Processed in 0.045245 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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