Truncated Gaussian
Generate a pseudo-random vector X drawn from the truncated Gaussian distribution
Author: Bruno Luong
Dear Bruno,
I'm very sorry not to have been more precise. I wanted to generate a truncated standard normal random variable, truncated to the interval [2,500]. Is this possible?
Raymond
25 Jan 2012
Truncated Gaussian
Generate a pseudo-random vector X drawn from the truncated Gaussian distribution
Author: Bruno Luong
Dear Bruno,
How do a generate from the normal distribution with mean zero and standard deviation 1 a truncated normal on the range [2 500]? I calculate the this random variable has a standard deviation of 0.3381. When I try [X meaneff sigmaeff] = TruncatedGaussian(0.3381, [2 500], 1) I get an error message.