MathGroup Archive 2010

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

Search the Archive

Re: Histogram

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108753] Re: Histogram
  • From: dh <dh at metrohm.com>
  • Date: Tue, 30 Mar 2010 05:01:47 -0500 (EST)
  • References: <hoputk$r35$1@smc.vnet.net> <hoq4j5$18d$1@smc.vnet.net>

Hi Jim,
if I understand correctly, you have a list with values and want to get 
the larges gap between adjacent values. This can e.g. be done by:

Max@Differences@Sort@data

Daniel

On 29.03.2010 13:57, Jim Lambaugh wrote:
> The reason why I am asking (I should have included this in my first
> post) is because I am trying to find a way to determine the size of
> the largest gap between the values I have in my list.
>


-- 

Daniel Huber
Metrohm Ltd.
Oberdorfstr. 68
CH-9100 Herisau
Tel. +41 71 353 8585, Fax +41 71 353 8907
E-Mail:<mailto:dh at metrohm.com>
Internet:<http://www.metrohm.com>



  • Prev by Date: Re: priorities between @, @@ and //
  • Next by Date: Re: priorities between @, @@ and //
  • Previous by thread: Re: Histogram
  • Next by thread: Re: Histogram