P is an identity matrix 240X240, mu and alpha are vectors of zeros
240X1, nu equals 10, so alltogether You need:
P <- matrix(0,244,244)
diag(P) <- 1
nu <- 10
alpha <- rep(0,244)
mu <- rep(0,244)
require(sn)
t1 <- rmst(1,mu,P, alpha, nu)
t2 <- dmst(t1,mu,P,alpha,nu)



>
> please supply the ingredients needed to reproduce the problem that
> you have faced (including the values of the parameters mu,P,alpha,nu,
> among the rest)
>
> best wishes,
>
> Adelchi Azzalini
>
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to