| Author |
Comment/Response |
Jeremiah Williams
|
06/08/05 2:34pm
In the Statistics package, there is a built in command that allows one to define a normal distribution with a specified mean and standard deviation (NormalDistribution). You can use then use command Domain[dist] command to read the range of values for which the distribution is specified. In the case of the Normal Distribution, this will be from minus infinity to plus inifinity.
Is it possible to force the domain of a normal distribution to include only a certain range of values? For instance, suppose that I have a (large) collection of some object (say balls) and that I know the mean (say 0.5 kg) and standard deviation (say 0.3 kg) of the distribution. I can model this using the NormalDistribution command: NormalDistribution[0.5, 0.3,].
Mathematically, it is possible that this distribution would yield balls having a negative mass. In the case described above, this outcome would be somewhat likely. Physically, however, this result is not possible. In this case, I would want to restrict the domain to only include positive masses. Can this be done? Has anyone run into this situation before?
URL: , |
|