Invnorm()

Index | Categories

create a random draw from a standard normal variable

Make sure you understand what I mean by "a random draw"... how does this relate to the standard normal "bell curve"?

example:

clear set obs 1000 gen e=invnorm(uniform())

sum e


Tuesday, January 01, 2008 (2)