We suppose that X$\sim $(μ,Σ) with mean-vector μ=$(1.5,1.5)^t$, covariace matrix Σ=$\binom {1.5\quad 1.2}{1.2\quad 1.5}$ and $\boldsymbol{Y}=e^\boldsymbol{X}$. I would like to sample from a bivariate lognorm using R.
By using the command lnorm.rplus i can sample from multivariate lognorm.But my problem is that i can't determine the arguments for meanlog and varlog.
Can anybody help me find the arguments ?