Skip to content
Prev 22727 / 398502 Next

Random Numbers

On Sat, 17 Aug 2002, Ko-Kang Kevin Wang wrote:

            
Not quite.  You get numbers with a different mean and standard deviation:
(4, 1.5) apply to the population.
You can only estimate the population values, the usual estimates being the
sample mean and std dev.
By fitting e.g. by maximum likelihood.  fitdistr(MASS) is a fairly general
function to do it.