Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E2411786F for ; Fri, 2 Sep 2011 14:19:52 +0000 (UTC) Received: (qmail 86732 invoked by uid 500); 2 Sep 2011 14:19:52 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 86626 invoked by uid 500); 2 Sep 2011 14:19:51 -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 86618 invoked by uid 99); 2 Sep 2011 14:19:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 14:19:51 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,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.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 14:19:45 +0000 Received: by vws10 with SMTP id 10so2977936vws.30 for ; Fri, 02 Sep 2011 07:19:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=MxIruHTZev173qxVBEkkxM7cg5dn2YaM2m1z3KcYLpQ=; b=D+SXH2g7g9iYFCfEimMz0oPXdAF/I533WPsQQiUuftAoleSoomgRWv4GFysPzs0hPw yj+51uE71yrXUfwS7e1RgtPv5h4JQDzkChV8qvhKbd9/svhwFM+NUics0jPcBXxUTFR4 McAZJjWjKGynv1C3KXCrATXMeCRPN4Mv1sHgs= Received: by 10.52.21.194 with SMTP id x2mr1042993vde.389.1314973164191; Fri, 02 Sep 2011 07:19:24 -0700 (PDT) Received: from [128.143.53.185] (d-128-53-185.bootp.Virginia.EDU [128.143.53.185]) by mx.google.com with ESMTPS id da15sm1569959vdb.26.2011.09.02.07.19.23 (version=SSLv3 cipher=OTHER); Fri, 02 Sep 2011 07:19:23 -0700 (PDT) Message-ID: <4E60E5E2.3040605@gmail.com> Date: Fri, 02 Sep 2011 10:19:14 -0400 From: Patrick Meyer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1 MIME-Version: 1.0 To: Commons Developers List Subject: Re: [math] psychometrics References: <4E60D008.1080308@gmail.com> <20110902132642.GG19625@dusk.harfang.homelinux.org> In-Reply-To: <20110902132642.GG19625@dusk.harfang.homelinux.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Yes, the math code is separate from the GUI and database for the most part. I'd be happy to share the code and documentation, but I need a few days to add it to a repository and get it online. There are parts of my library that can be transferred to math with very few changes but other parts that need more work to make it more object oriented in style and less procedural. In any case, I'll send information about the code once I have it online. Patrick On 9/2/2011 9:26 AM, Gilles Sadowski wrote: > Hello. > >> I have been developing an pure Java application that does a variety >> of psychometric methods. I use the commons math library as much as I >> can but I've also had to develop my own library. I'd like to combine >> the two libraries by donating as much of my code to commons math as >> I can. My library includes features for measurement reliability, >> test scaling, test equating, polychoric correlations, histogram >> computations, kernel regression, etc. Most of these feature are >> specialized to psychometrics, but is there any interest in adding >> them to commons math? Are these methods too specialized for commons >> math? > Can we have a look at the code and documentation? > >> If you're interested in seeing the application in action, you can >> download the full program from www.ItemAnalysis.com. You'll notice >> that it also uses an Apache derby database for data management. > Is the math code separate from GUI and data management? > > > Regards, > Gilles > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org