Re: Mean Values
- To: mathgroup at smc.vnet.net
- Subject: [mg112938] Re: Mean Values
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Wed, 6 Oct 2010 03:17:48 -0400 (EDT)
Mean[Take[data, {23000, 48000}]]
Bob Hanlon
---- cubsfan334 <cubsfan334 at gmail.com> wrote:
=============
Hi,
I have a text file of over 100,000 values, and I'd like to have Mathematica take the average of certain values I specify. For example, after I read in the file, is there a command that could take the mean of, say, values 23000 - 48000?
Thanks!