Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 97812 invoked from network); 6 Dec 2010 16:30:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Dec 2010 16:30:29 -0000 Received: (qmail 3729 invoked by uid 500); 6 Dec 2010 16:30:29 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 3568 invoked by uid 500); 6 Dec 2010 16:30:27 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 3560 invoked by uid 99); 6 Dec 2010 16:30:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 16:30:27 +0000 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of meyerjp3@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 16:30:20 +0000 Received: by qwk3 with SMTP id 3so6568300qwk.30 for ; Mon, 06 Dec 2010 08:30:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=7qc4Syt04547AwMbOsio74BhJuqWhhoTl6O/aj2vifU=; b=T6qqtZYAKDGXYvOqXE6z18DNSb5nk6Ws3OR3Q5dbO3n7mrBLPJDEEgQzC2XeG8tvsf 9T0Shi+IEKbnkud3ss8ln4CGnazjVjEGMqCCoX4qRUa0s6hcMl+kHTYj0PxaAl65DbYI Y0FBPAqMwMLTQMrAlAvJfjbTZV+2JqVoz1jNQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=grHAujwGWlcNKtvRD2BzfSjbAnasdQFCzom0u1QIAS2lF75OheqiRcIBHHwvziDw1m fCpDJ58+uyXfn0fsi5YxFk1M5yHIWTnGhS5PK33KCTJTlaLD1RQwHScg06BOz//s52ty TW9Gw65nNuZO9W8dfqpxwej7BzBrBHvI6Mty4= MIME-Version: 1.0 Received: by 10.229.74.65 with SMTP id t1mr4511918qcj.279.1291652999846; Mon, 06 Dec 2010 08:29:59 -0800 (PST) Received: by 10.229.66.68 with HTTP; Mon, 6 Dec 2010 08:29:59 -0800 (PST) In-Reply-To: References: Date: Mon, 6 Dec 2010 11:29:59 -0500 Message-ID: Subject: Re: [math] Frequency getUniqueCount From: Patrick Meyer To: Commons Developers List Content-Type: multipart/alternative; boundary=00163646d53c3a9def0496c06622 --00163646d53c3a9def0496c06622 Content-Type: text/plain; charset=ISO-8859-1 OK, I attached a diff file to,https://issues.apache.org/jira/browse/MATH-448. However, I am new to subversion and JIRA and I'm not sure I have done this correctly. Please let me know if I have done something wrong. I am happy to volunteer and contribute to the project. I just want to make sure I am using he right process to submit changes. Thanks, Patrick On Mon, Dec 6, 2010 at 10:46 AM, Ted Dunning wrote: > If you provide a suggested patch, this will go forward much more quickly > than > if you wait for a volunteer to appear out of the mists. > > It is after all a volunteer effort. Go ahead and volunteer! > > On Mon, Dec 6, 2010 at 6:07 AM, Patrick Meyer wrote: > > > I have a small feature request for the org.apache.commons.math.stat > > Frequency class. It is often useful to know the unique number of elements > > in > > a frequency table. Would you add this feature? I submitted an issue with > > JIRA with the code needed to make this happen, > > https://issues.apache.org/jira/browse/MATH-448. > > > > Thanks > > > --00163646d53c3a9def0496c06622--