MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: eliminate values while caculating Mean[data]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg91999] Re: eliminate values while caculating Mean[data]
  • From: "M.Roellig" <markus.roellig at googlemail.com>
  • Date: Tue, 16 Sep 2008 19:25:09 -0400 (EDT)
  • References: <gag2rl$3fq$1@smc.vnet.net>

Hi,

try

Mean[Select[data, ! PossibleZeroQ[#] &]]


Best,

Markus


  • Prev by Date: Re: eliminate values while caculating Mean[data]
  • Next by Date: Re: How to find the best fit for a list {x,y} of data
  • Previous by thread: Re: eliminate values while caculating Mean[data]
  • Next by thread: Re: eliminate values while caculating Mean[data]