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
Categories: Lab2