Re: Conditions with Statistical Functions
- To: mathgroup at smc.vnet.net
- Subject: [mg66124] Re: Conditions with Statistical Functions
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sun, 30 Apr 2006 04:21:31 -0400 (EDT)
- References: <e2v6cv$nak$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, no because it is so easy to write Mean[Select[lst,#>100 &]] to compute the mean of all elements in lst that are > 100. Regards Jens Gregory Lypny wrote: > Hello everyone, > > Is it possible to attach conditions to statistical functions, for > example, computing the mean of a list but only of the numbers that > are bigger than 100? > > > Regards, > > Gregory >