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: [mg70623] Re: Problem in loading packages in Mathematica
  • From: David Bailey <dave at Remove_Thisdbailey.co.uk>
  • Date: Sat, 21 Oct 2006 05:14:20 -0400 (EDT)
  • References: <eha5iq$b7f$1@smc.vnet.net>

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?
> 
> Thanks
> Amit
> 

Hello,

You are using a quote character instead of a back quote!

<< Statistics`NormalDistribution`

David Bailey
http://www.dbaileyconsultancy.co.uk


  • Prev by Date: Re: Problem in loading packages in Mathematica
  • Next by Date: correction
  • Previous by thread: Re: Problem in loading packages in Mathematica
  • Next by thread: Re: Problem in loading packages in Mathematica