MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

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!



  • Prev by Date: Courier New Button, selecting cells without brackets
  • Next by Date: Re: Sum question and general comment
  • Previous by thread: Re: Re: Courier New Button, selecting cells without brackets
  • Next by thread: Re: Statistics`NormalDistribution` doesn't work?