Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 6968 invoked from network); 27 Sep 2010 04:11:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Sep 2010 04:11:23 -0000 Received: (qmail 77439 invoked by uid 500); 27 Sep 2010 04:11:22 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 77130 invoked by uid 500); 27 Sep 2010 04:11:20 -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 77115 invoked by uid 99); 27 Sep 2010 04:11:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 04:11:19 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ted.dunning@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qy0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 04:11:12 +0000 Received: by qyk8 with SMTP id 8so2265834qyk.9 for ; Sun, 26 Sep 2010 21:10:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=Dm1kinvB9xCb+miP8OWrJCKqx1roFaRWsZRDS5E5gUI=; b=q/4V5XC1diB1DMC/MJi/c40SsaRlrpZgiTSYLC1derfLUMu0l1tYnwtqnVmJ4Fzts+ gSyNVUCmcMzB8ORS7z02Y/PusSh57hhUQGHT8g4299JqozTSfO89JgowsM1UnSYlxTWo rMc9euRsOR4oaGwn8EZ9qufX4a94PeWCoJReM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=TMl6W0H3N2jh3se99PRKGQKnIyA+VTh6ZlmURfQT786absbTyAdaOljJj6q0u4cVgL YUpw2P7tjsif/Kij+o0WtNk9CiqKPdBjVoGFi0SoOI2P/0RgWUamhB/n0XOaRZPo/5ZH 2ID4Oo8h8o1EPN7wyTJOxs/VUs43vgb/iAZ4A= Received: by 10.224.89.67 with SMTP id d3mr5040329qam.39.1285560651747; Sun, 26 Sep 2010 21:10:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.182.130 with HTTP; Sun, 26 Sep 2010 21:10:31 -0700 (PDT) In-Reply-To: References: From: Ted Dunning Date: Sun, 26 Sep 2010 21:10:31 -0700 Message-ID: Subject: Re: [math] autocorr To: Commons Users List Content-Type: multipart/alternative; boundary=0015175cbac2fc139a049135e948 X-Virus-Checked: Checked by ClamAV on apache.org --0015175cbac2fc139a049135e948 Content-Type: text/plain; charset=UTF-8 Everything in Colt was untested and as a result there were bugs and inconsistencies. As part of the Mahout project, we have redefined the matrix primitives to be more amenable to our needs and simpler to extend than the original Colt arrays. We have been busily either testing and converting code that we needed to build a scalable machine learning code and are simultaneously deleting pretty much everything that doesn't contribute to that goal. Some things are still around and some have already been deleted. I believe that I was the one who recently deleted the Descriptive statistics back based largely on the fact that it wasn't very compatible with the rest of Colt (it uses DoubleArrayList instead of DoubleArray1D, for instance) and because most of the functions are relatively trivial. Since autocorrelation depends on FFT's to compute and because it would be quite a bit of work to implement good tests FFT's, I think that is still the right decision for us to have made. If you have a need for autocorrelation and would like to work with us to rehabilitate and port the associated Colt code, I would be happy to help by advising about our nascent conventions about how we are organizing our code and what sort of testing and porting is needed. On Sun, Sep 26, 2010 at 8:36 PM, video axescon wrote: > Hello > > I cant find autocorrelation function in stats package. Is there a reason > why > it wasn't implemented? > It exists in Colt project. > > cheers > --0015175cbac2fc139a049135e948--