msn.conditional(xi = rep(0, length(alpha)), Omega, alpha, fixed.comp,
fixed.values, dp = NULL)
d
, say, giving the location parameter.(d,d)
.d
, which regulates the shape of the density.1:d
which selects the components
whose values are to be fixed; it must be of length d-2
.fixed.comp
;
it must be of the same length of fixed.comp
.xi
, Omega
,
alpha
, contaning quantities as described above(xi,Omega,alpha)
parametrization, plus
the vector delta
.msn.cond.plot
, msn.marginal
Omega <- diag(3)+0.5*outer(rep(1,3),rep(1,3))
a<- msn.conditional(rep(0,3), Omega, 1:3, 3, -0.75)
Run the code above in your browser using DataLab