Re: numerical value of Quantile
- To: mathgroup at smc.vnet.net
- Subject: [mg6725] Re: numerical value of Quantile
- From: dtharvat at brain.uccs.edu (Dave Harvatin)
- Date: Sat, 12 Apr 1997 02:16:16 -0400 (EDT)
- Organization: University of Colorado at Boulder
- Sender: owner-wri-mathgroup at wolfram.com
Luis, Try removing the semicolon after the command that loads the package. I don't know why, but it seems to confuse MMA. Dave Harvatin On 8 Apr 1997 03:19:40 -0400, tavera at bugle.cs.uiuc.edu (Luis F. Tavera) wrote: > >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 >