Admittedly a mundane question here... I'm simply trying to plot an inverted normal distribution for an upcoming presentation. I've successfully plotted a normal distribution, but now I simply need to flip it upside down.
Code:
clear set obs 100 gen x=rnormal(0,1) twoway function y=normalden(x), range(-4 4) xtitle("{it: x}") /// ytitle("Density") title("Standard Normal")
J.
0 Response to Inverted Normal Graph
Post a Comment