Hi everyone,
I have a question. Is possible to generate a random numbers from a normal and T distribution with a given minimum and maximum possible values?
For example, given the following parameters: a minimum possible value of -15, a maximum of 40, a mean of 9.5, and a variance of 50...
What is a correct SAS code so I can obtain a pseudo-population with these parameters using both the RANNOR and the RAND functions?
In other words how can I obtain a pseudo-population whose parameters can be similar to the "real population" under study using RANNOR and RAND functions?
Thanks in advance for your help.