Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 79132 invoked from network); 15 Nov 2010 21:14:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Nov 2010 21:14:07 -0000 Received: (qmail 37168 invoked by uid 500); 15 Nov 2010 21:14:38 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 37083 invoked by uid 500); 15 Nov 2010 21:14:38 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 37075 invoked by uid 99); 15 Nov 2010 21:14:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Nov 2010 21:14:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Nov 2010 21:14:33 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAFLEDqI016293 for ; Mon, 15 Nov 2010 21:14:13 GMT Message-ID: <16470044.91531289855653327.JavaMail.jira@thor> Date: Mon, 15 Nov 2010 16:14:13 -0500 (EST) From: "Mikkel Meyer Andersen (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (MATH-437) Kolmogorov Smirnov Distribution In-Reply-To: <22295718.27371289488274828.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MATH-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikkel Meyer Andersen updated MATH-437: --------------------------------------- Attachment: (was: KolmogorovSmirnovDistribution.java) > Kolmogorov Smirnov Distribution > ------------------------------- > > Key: MATH-437 > URL: https://issues.apache.org/jira/browse/MATH-437 > Project: Commons Math > Issue Type: New Feature > Reporter: Mikkel Meyer Andersen > Assignee: Mikkel Meyer Andersen > Priority: Minor > Attachments: KolmogorovSmirnovDistribution.java > > Original Estimate: 0.25h > Remaining Estimate: 0.25h > > Kolmogorov-Smirnov test (see [1]) is used to test if one sample against a known probability density functions or if two samples are from the same distribution. To evaluate the test statistic, the Kolmogorov-Smirnov distribution is used. Quite good asymptotics exist for the one-sided test, but it's more difficult for the two-sided test. > [1]: http://en.wikipedia.org/wiki/Kolmogorov%E2%80%93Smirnov_test -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.