cp.to.dp(sn)
cp.to.dp()所属R语言包:sn
Conversion between equivalent parametrizations
等效参数化之间的转换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert direct parameters (DP) to centred parameters (CP) of the one-dimensional skew-normal distribution and vice versa
转换直接的参数(DP)为中心的参数(CP)的一维斜正态分布,反之亦然
用法----------Usage----------
cp.to.dp(param)
dp.to.cp(param)
参数----------Arguments----------
参数:param
a vector of length at least three. If lenght(param) is m+2, then the first m components refer to the regression coefficients (or the location parameter, in case m is 1), and the remaining two components refer to scale and shape, respectively; their role is preserved across parametrizations. </table>
的长度至少为3的矢量。如果lenght(param)是m+2,那么第一个m组件指的回归系数(或位置参数的情况下,m是1),和其它的两个组件是指的规模和形状,他们的作用是保持不变的参数化。 </ TABLE>
Details
详细信息----------Details----------
For a description of the two parametrizations, see the reference below.
如果在这两个参数化的描述,请参见下面的参考。
值----------Value----------
a vector of the same length of param, representing param in the alternative parametrization; cp.to.dp converts centred to direct parameters, dp.to.cp converts direct to centred parameters.
相同的长度的矢量param,较param在替代方案中的参数化;cp.to.dp的转换中心,以直接参数,dp.to.cp将直接转换到中心的参数。
参考文献----------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----------
sn.mle, sn.em
sn.mle,sn.em
实例----------Examples----------
cp <- dp.to.cp(c(30,30,2,4))
dp <- cp.to.dp(cp)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|