 
 
 
 
 
 
Re: problem with mathematica ---> Get::"noopen": "Cannot open ("Statistics'ContinousDistributions'")."
- To: mathgroup at smc.vnet.net
- Subject: [mg34053] Re: [mg34049] problem with mathematica ---> Get::"noopen": "Cannot open ("Statistics'ContinousDistributions'")."
- From: BobHanlon at aol.com
- Date: Mon, 29 Apr 2002 00:54:48 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 4/28/02 4:09:58 AM, mario.lat at libero.it writes:
>I have a problem whit mathematica v4.
>at the end there is the output.
>How can I do ?
>
>Thank you in advance, Mario.
>
>
>In[2]:=
><< Statistics'ContinousDistributions' 
>
>Get::"noopen": "Cannot open ("Statistics'ContinousDistributions'")."
>
>Out[2]=
>$Failed
>
You need to use the correct delimiter (notice that it slants to the right) 
and spelling.  Cut and paste from the on-line help.
<< "Statistics`ContinuousDistributions`"
Bob Hanlon
Chantilly, VA  USA

