MathGroup Archive 2002

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

Search the Archive

Re: problem with mathematica ---> Get::"noopen": "Cannot open ("Statistics'ContinousDistributions'")."

  • To: mathgroup at smc.vnet.net
  • Subject: [mg34051] Re: [mg34049] problem with mathematica ---> Get::"noopen": "Cannot open ("Statistics'ContinousDistributions'")."
  • From: Vladimir Bondarenko <vvb at mail.strace.net>
  • Date: Mon, 29 Apr 2002 00:54:45 -0400 (EDT)
  • Reply-to: Vladimir Bondarenko <vvb at mail.strace.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Mario, you entered

     In[1] :=  << Statistics'ContinousDistributions'

              Get::noopen: Cannot open Statistics.

     Out[1] = ContinousDistributions'$Failed'


To get it working

1) instead of  ' (ACSII 39) use ` (ASCII 96)
2) instead of Continous use Continuous
                    ^^^           ^^^^


     In[1] := << Statistics`ContinuousDistributions`

     In[2] := CDF[GammaDistribution[3, 1], 10]

     Out[2] = GammaRegularized[3, 0, 10]


Cheers,

Vladimir Bondarenko
Self-employed applied mathematician




  • Prev by Date: Re: problem with mathematica ---> Get::"noopen": "Cannot open ("Statistics'ContinousDistributions'")."
  • Next by Date: Re: problem with mathematica ---> Get::"noopen": "Cannot open ("Statistics'ContinousDistributions'")."
  • Previous by thread: Import .doc ?