From dev-return-111820-apmail-commons-dev-archive=commons.apache.org@commons.apache.org Fri Dec 19 02:22:05 2008 Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 34753 invoked from network); 19 Dec 2008 02:22:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2008 02:22:01 -0000 Received: (qmail 65319 invoked by uid 500); 19 Dec 2008 02:22:13 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 65230 invoked by uid 500); 19 Dec 2008 02:22:13 -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 65219 invoked by uid 99); 19 Dec 2008 02:22:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2008 18:22:12 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bradford.n.cross@gmail.com designates 209.85.218.12 as permitted sender) Received: from [209.85.218.12] (HELO mail-bw0-f12.google.com) (209.85.218.12) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2008 02:21:53 +0000 Received: by bwz5 with SMTP id 5so1580393bwz.18 for ; Thu, 18 Dec 2008 18:21:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=6bNUt4n5FKD9YDPwIsdPhh4guDpzNFS/tehqF/DZw+4=; b=KrSYfKHGkceM2G33WiqTVglxVpX2FkA+54WEmB/lthCJiG5gnv+Gf/jPapGt9sf18y /GDD2AlLr8jq+9dt+9QKLBh4jacjPqHQzfnSCIwCyUPUcIYwFysHCdNJfV6Tw+ztd9GD QHm/P+UONykHlo5aepcq8iEMAPfHG06WRwDKA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=w7bPAYTcIUBpoQhn43a/Degb8HvMzWyLwFmx7lnSe96fshz7sP15yI+0bgxDsPGPQZ OD7RT61IxaBAvxK920pLAUXwed+AmrLMjwZeywCbu/ZKRkhyS5jKgZjy2KPMO7h8XK3f RtVGORcagsXJ6sHYZ73tRgRWLNXTSvotLBQ3M= Received: by 10.103.213.19 with SMTP id p19mr1057991muq.9.1229653291271; Thu, 18 Dec 2008 18:21:31 -0800 (PST) Received: by 10.103.246.8 with HTTP; Thu, 18 Dec 2008 18:21:31 -0800 (PST) Message-ID: Date: Thu, 18 Dec 2008 18:21:31 -0800 From: "Bradford Cross" To: dev@commons.apache.org Subject: [math] new incremental statistics project in C# MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_30345_10119162.1229653291255" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_30345_10119162.1229653291255 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline The list might recall when I was working on so-called rolling statistics last year. I needed to use C# so I had to port what I needed from commons-math and extend for the rolling cases, and put it together with a pre-existing library. You might be interested in the project. Please check it out and give me comments. http://code.google.com/p/incremental-statistics/ Some of the moment and rank stats are close to a direct port of the java code and comments in commons-math. I currently have the project under MIT license, is that OK? Do I need to do anything extra or differently to be in accordance with all the licensing rules and so forth since some of the code is close to a direct port? Best! Brad ------=_Part_30345_10119162.1229653291255--