|
[Date Index]
[Thread Index]
[Author Index]
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
>
Prev by Date:
Re: 2D/3D plots scaled to unit of dimension
Next by Date:
Re: Conditions with Statistical Functions
Previous by thread:
Re: Conditions with Statistical Functions
Next by thread:
Re: Conditions with Statistical Functions
|