Hi all, can anybody help me with the command to plot a cdf for a normal distribution?
Thanks
Thanks
twoway function y = normal(x), range(-4 4)
twoway function y = normal((x-3)*sqrt(.5)), range(-4 4)
twoway function y = normal((x-24)/8), range(0 48)
Comment