Re: Conditions with Statistical Functions
- To: mathgroup at smc.vnet.net
- Subject: [mg66114] Re: [mg66091] Conditions with Statistical Functions
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sun, 30 Apr 2006 04:21:01 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
x={10,20,150,200,250};
Mean[Select[x,#>100&]]
200
Bob Hanlon
---- Gregory Lypny <gregory.lypny at videotron.ca> 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
>