Statistics`NormalDistribution` doesn't work?
- To: mathgroup at smc.vnet.net
- Subject: [mg50713] Statistics`NormalDistribution` doesn't work?
- From: "pshoplifter" <fake at mail.com>
- Date: Fri, 17 Sep 2004 01:17:48 -0400 (EDT)
- References: <ch97qo$ff1$1@smc.vnet.net> <ci9bnk$i92$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I'm not a Mathematica newbie but I thought I was going mad until I noticed that even this copy from the helpbrowser doesn't get any results: In[123]:= << Graphics`Graphics` In[124]:= << Statistics`NormalDistribution` In[125]:= ndist = NormalDistribution[0, 1] Out[125]= NormalDistribution[0, 1] In[126]:= pdf = PDF[ndist, x] Out[126]= PDF[NormalDistribution[0, 1], x] In[127]:= Plot[pdf, {x, -3, 3}] Plot::plnr: pdf is not a machine-size real number at x = -2.99999975`. etc. Any help for this seemingly simple problem would be appreciated!
- Follow-Ups:
- Re: Statistics`NormalDistribution` doesn't work?
- From: DrBob <drbob@bigfoot.com>
- Re: Statistics`NormalDistribution` doesn't work?