MathGroup Archive 1997

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

Search the Archive

Re: numerical value of Quantile

  • To: mathgroup at smc.vnet.net
  • Subject: [mg6740] Re: [mg6660] numerical value of Quantile
  • From: "Preferred Customer" <sherman.reed at worldnet.att.net>
  • Date: Tue, 15 Apr 1997 02:51:53 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Luis,
you must load Statistics`DescriptiveStatistics` and then your code
will work just fine.

Sherman C. Reed
sherman.reed at worldnet.att.net

----------
> From: Luis F. Tavera <tavera at bugle.cs.uiuc.edu>
To: mathgroup at smc.vnet.net
> To: mathgroup at smc.vnet.net
> Subject: [mg6740] [mg6660] numerical value of Quantile
> Date: Wednesday, April 09, 1997 8:15 AM
> 
> 
> Does anybody know why can't I get the numerical value of the following
> ?
> 
> Thanks a lot,
> 
> Luis
> 
> 
> 
> 		  <<Statistics`NormalDistribution`;
> 
> 		  nd = NormalDistribution[0, 1];
> 		  Quantile[nd, 0.5] //N
> 
> 
> 		  out[1]= Quantile[NormalDistribution[0,1.],0.5]
> 
> ---
> tavera at cs.uiuc.edu
> http://www-pablo.cs.uiuc.edu/People/tavera


  • Prev by Date: Re: Solve and plot.
  • Next by Date: Re: isocontours on sphere
  • Previous by thread: Re: numerical value of Quantile
  • Next by thread: Re: numerical value of Quantile