MATLAB: How to generate skewed normal random numbers

normal distributionrandomrandom number generatorskewedskewed normal distribution

I would like to generate a random numbers from skewed normal distribution. I know the mean value and the minimum and maximum of the range. I want generate random numbers in that range in a way like a skewed normal distribution with given mean value.
Is it possible in matlab? It is not trivial for me to write such a function.

Best Answer

I think you are looking for pearsrnd. Read about it.
Related Question