Skip to content

RNG from skewed Normal distribution

3 messages · Zanella Marco, Megh Dal, Krishna Kumar

#
Dear Sirs,
I'm in trouble with a random number generation from a skewed Normal distribution. In detail I have to generate numbers from a Normal distribution with a certain skewness and kurtosis.

It's an apparently simple problem but actually I have no idea how to solve it. Have you any suggestions?

Regards,

MZ

____________________________________________________________
FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop!
Check it out at http://www.inbox.com/marineaquarium
#
look at "sn" library in CRAN
Zanella Marco wrote:

  
    
2 days later
#
The package SuppDists and the Johnson distribution in there will do this 
try ?rJohnson
Zanella Marco wrote: