Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 89602 invoked from network); 15 Dec 2009 19:31:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Dec 2009 19:31:49 -0000 Received: (qmail 14330 invoked by uid 500); 15 Dec 2009 19:31:49 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 14208 invoked by uid 500); 15 Dec 2009 19:31:48 -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 14198 invoked by uid 99); 15 Dec 2009 19:31:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 19:31:48 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 19:31:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1DCF4234C498 for ; Tue, 15 Dec 2009 11:31:18 -0800 (PST) Message-ID: <64764707.1260905478117.JavaMail.jira@brutus> Date: Tue, 15 Dec 2009 19:31:18 +0000 (UTC) From: "Luc Maisonobe (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (MATH-323) Add Semivariance calculation In-Reply-To: <995643514.1260563538298.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MATH-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790906#action_12790906 ] Luc Maisonobe commented on MATH-323: ------------------------------------ I have just a comment on this proposal, but beware I have almost no knowledge in the field of statistics. In your implementation, you seem to use 0 as the mean. Shouldn't the mean be computed beforehand to know where to put the cutoff value ? I let the real statisticians give their feeling about this feature. > Add Semivariance calculation > ---------------------------- > > Key: MATH-323 > URL: https://issues.apache.org/jira/browse/MATH-323 > Project: Commons Math > Issue Type: New Feature > Affects Versions: 2.1 > Reporter: Larry Diamond > Priority: Minor > Fix For: 2.1 > > Attachments: patch.txt, StatUtils.java, StatUtilsTest.java > > > I've added semivariance calculations to my local build of commons-math and I would like to contribute them. > Semivariance is described a little bit on http://en.wikipedia.org/wiki/Semivariance , but a real reason you would use them is in finance in order to compute the Sortino ratio rather than the Sharpe ratio. > http://en.wikipedia.org/wiki/Sortino_ratio gives an explanation of the Sortino ratio and why you would choose to use that rather than the Sharpe ratio. (There are other ways to measure the performance of your portfolio, but I wont bore everybody with that stuff) > I've already got the coding completed along with the test cases and building using mvn site. > The only two files I've modified is src/main/java/org/apache/commons/stat/StatUtils.java and src/test/java/org/apache/commons/math/stat/StatUtilsTest.java -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.