MathGroup Archive 2006

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

Search the Archive

Re: Problem in loading packages in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70628] Re: Problem in loading packages in Mathematica
  • From: Helen Read <hpr at together.net>
  • Date: Sat, 21 Oct 2006 05:14:28 -0400 (EDT)
  • References: <eha5iq$b7f$1@smc.vnet.net>
  • Reply-to: HPR <read at math.uvm.edu>

amitsoni.1984 at gmail.com wrote:
> Hi,
> 
> I am using the following command to load a package in Mathematica:
> << Statistics'NormalDistribution'
> 
> but it gives the following error:
> Get::noopen:Cannot open Statistics. More
> 
> Can someone tell me what is the problem? Do I have to download this
> package from somewhere or is it inbuilt in Mathematica?

You've typed it incorrectly. Should be

<< Statistics`NormalDistribution`

Note the backquote character (`) which is not the same as ('). on most 
keyboards the backquote is in the upper left corner, just above the Tab key.

-- 
Helen Read
University of Vermont


  • Prev by Date: Re: making random matrix
  • Next by Date: RE: Problem in loading packages in Mathematica
  • Previous by thread: Re: Problem in loading packages in Mathematica
  • Next by thread: RE: Problem in loading packages in Mathematica