msn.conditional(sn)
msn.conditional()所属R语言包:sn
Cumulants and distribution of a skew-normal variate after conditioning
累积量和偏斜分布的正态变量调节后的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Finds cumulants up to 3rd order of a multivariate skew-normal distribution conditionally on the values taken on by some of its components, and finds a multivariate skew-normal distribution with the same cumulants.
查找累积起来到3阶的多变量偏斜正态分布有条件采取一些组件的值,并使用相同的累积找到了多变量偏斜正态分布。
用法----------Usage----------
msn.conditional(xi = rep(0, length(alpha)), Omega, alpha, fixed.comp,
fixed.values, dp = NULL)
用法----------Usage----------
msn.conditional(xi, Omega, alpha, fixed.comp, fixed.values)
msn.conditional(dp=, fixed.comp, fixed.values)
参数----------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,它的密度调节的形状。
参数:fixed.comp
a vector containing a subset of 1:d which selects the components whose values are to be fixed; it must be of length d-2.
一个向量,包含1:d中选择的组件,其以固定的值的一个子集;它必须是的长度d-2。
参数:fixed.values
a numeric vector of values taken on by the components fixed.comp; it must be of the same length of fixed.comp.
由组件的值的一个数值向量fixed.comp,它必须具有相同的长度fixed.comp。
参数:dp
a list containing the components xi, Omega, alpha, contaning quantities as described above </table>
一个列表,其中包含的组件xi,Omega,alpha,浸渗数量为上述</ TABLE>
Details
详细信息----------Details----------
See the reference below for details and background.
请参阅参考下面的细节和背景。
值----------Value----------
A list containing the following elements:
一个列表,其中包含以下元素:
<table summary="R valueblock"> <tr valign="top"><td>cumulants</td> <td> a list containing mean vector, variance matrix, and indices of skewness of the conditional distribution. </td></tr> <tr valign="top"><td>fit</td> <td> a list containing the parameters of the fitted skew-normal distribution in the (xi,Omega,alpha) parametrization, plus the vector delta. </td></tr></table>
<table summary="R valueblock"> <tr valign="top"> <TD>cumulants</ TD> <td>一个列表,其中包含均值向量,协方差矩阵的条件分布的偏度和指数。 </ TD> </ TR> <tr valign="top"> <TD> fit</ TD> <td>一个列表,其中包含的拟合斜正态分布的参数在(xi,Omega,alpha)参数化,加上矢量delta。 </ TD> </ TR> </ TABLE>
参考文献----------References----------
Azzalini, A. and Capitanio, A. (1999). Statistical applications of the multivariate skew-normal distribution. J.Roy.Statist.Soc. B 61, 579–602.
参见----------See Also----------
msn.cond.plot, msn.marginal
msn.cond.plot,msn.marginal
实例----------Examples----------
Omega <- diag(3)+0.5*outer(rep(1,3),rep(1,3))
a<- msn.conditional(rep(0,3), Omega, 1:3, 3, -0.75)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|