msn.cond.plot(xi, Omega, alpha, fixed.comp, fixed.values, n=35)
k
, say, giving the location parameter.(k,k)
.k
, which regulates the shape of the density.1:k
which selects the components
whose values are to be fixed; it must be of length k-2
.fixed.comp
;
it must be of the same length of fixed.comp
.msn.conditional
.x
and y
of the points where the
densities have been evaluated, and the matrices f.exact
and f.fitted
of the exact and fitted conditional densities.msn.conditional
, dmsn
Omega <- diag(3)+0.5*outer(rep(1,3),rep(1,3))
a<- msn.cond.plot(rep(0,3), Omega, 1:3, 3, -0.75)
Run the code above in your browser using DataLab