Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17A12106D3 for ; Thu, 4 Jul 2013 15:29:57 +0000 (UTC) Received: (qmail 35029 invoked by uid 500); 4 Jul 2013 15:29:51 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 34872 invoked by uid 500); 4 Jul 2013 15:29:51 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 34744 invoked by uid 99); 4 Jul 2013 15:29:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 15:29:49 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gudnabrsam@gmail.com designates 74.125.83.47 as permitted sender) Received: from [74.125.83.47] (HELO mail-ee0-f47.google.com) (74.125.83.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 15:29:44 +0000 Received: by mail-ee0-f47.google.com with SMTP id e49so853891eek.34 for ; Thu, 04 Jul 2013 08:29:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=0EQ3vEOJ8yEgyT2O3XKz9e9Hoh0dhEC98hhLcVot4A0=; b=ZD6romMiix0n7Q7Tgs8TVmBnirQ5bOd1/6YSDdYsV3zWtDxVDOLHJd/2hW5VmVQ6id vUIQSN/zFl526IXkvh8IiO3dsc4FQe/j2mkGwWS24acv4V/DaA2HnDhU+Aox3jon+v9X uYskKZGpWnxh4ZxW/64F9cJ3h1LYlfOsajk5WOgwbOxHp6/CofxYgmvXVq6K2ea2S+si 7MrGxr8DNGevHnZ50O8r4mRjdfZacQAHtGijz42+HqGFMoNBAOg81zT5lcD+oeejQDq1 rwIj22pSgtEvKFfL5m/BmzyI2Y5lkYBqT/BOVMTaHZE6ZXI0HNXRqBMdasx8dtOqsQJw bvyw== MIME-Version: 1.0 X-Received: by 10.15.94.142 with SMTP id bb14mr7102362eeb.112.1372951764279; Thu, 04 Jul 2013 08:29:24 -0700 (PDT) Received: by 10.223.132.137 with HTTP; Thu, 4 Jul 2013 08:29:24 -0700 (PDT) Received: by 10.223.132.137 with HTTP; Thu, 4 Jul 2013 08:29:24 -0700 (PDT) Reply-To: gudnabrsam@gmail.com In-Reply-To: References: Date: Thu, 4 Jul 2013 10:29:24 -0500 Message-ID: Subject: Re: [math] Mean, Median but no Mode? From: Matt Benson To: Commons Users List Content-Type: multipart/alternative; boundary=089e016818ee3452f804e0b13ed9 X-Virus-Checked: Checked by ClamAV on apache.org --089e016818ee3452f804e0b13ed9 Content-Type: text/plain; charset=ISO-8859-1 I don't know about [math], but [lang] 3.x has mean, median and mode in ObjectUtils. Matt On Jul 4, 2013 10:25 AM, "Ben Titmarsh" wrote: > Hi, > > I am looking for a library that can provide the mode ( > http://en.wikipedia.org/wiki/Mode_%28statistics%29) of a set numbers. > This is a simple arithmetic operation but I am unable to find a reference > to this in the documentation. Can anyone point it out to me, if not > suggest why it is not supported? > > Thanks, > Ben. > --089e016818ee3452f804e0b13ed9--