Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2687
| From | "Joerg Schroeder" <sd-gymwalsrode@gmx.de> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Position |
| Date | 2011-05-25 09:55 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <irijmq$qck$1@smc.vnet.net> (permalink) |
Dear Group,
I don't understand the following:
I have a list of data and want to find the position of special elements:
data=Table[CDF[BinomialDistribution[150,0.3],k],{k,0,150}]
Position[data,#>=0.95&]
With this I get {} (null set) as an answer, whereas for example Select gives the answer I expect.
Select[data,#>=0.95&]
Do I do something wrong with Position?
Thanks
Jorg Schroder
--
Dr. Jörg Schröder
Gymnasium Walsrode
Sunderstrasse 19
29664 Walsrode
NEU: FreePhone - kostenlos mobil telefonieren!
Jetzt informieren: http://www.gmx.net/de/go/freephone
Back to comp.soft-sys.math.mathematica | Previous | Next — Next in thread | Find similar | Unroll thread
Position "Joerg Schroeder" <sd-gymwalsrode@gmx.de> - 2011-05-25 09:55 +0000 Re: Position David Bailey <dave@removedbailey.co.uk> - 2011-05-25 23:32 +0000 Re: Position Roland Franzius <roland.franzius@uos.de> - 2011-05-25 23:30 +0000 Re: Position Wolfgang Windsteiger <Wolfgang.Windsteiger@risc.jku.at> - 2011-05-25 23:31 +0000
csiph-web