Skip to content
Prev 11887 / 398502 Next

graphing the normal distribution

David White <dwhite at ling.ohio-state.edu> writes:
Perhaps

curve(dnorm(x,mean=0,sd=1),from=-3,to=3) 

etc.?
Nothing within the Normal distribution family since it has constant
shape... the t-distributions have bigger kurtosis for given variance
as far as I recall, and uniform distributions have less. (Don't shoot
me if I got that wrong, it's not like I need to use it every day.)