Last chance! 50% off unlimited learning
Sale ends in
cp.to.dp(param)
dp.to.cp(param)
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 param
, representing param
in the
alternative parametrization; cp.to.dp
converts centred to direct
parameters, dp.to.cp
converts direct to centred parameters.sn.mle
, sn.em
cp <- dp.to.cp(c(30,30,2,4))
dp <- cp.to.dp(cp)
Run the code above in your browser using DataLab