Issue Details (XML | Word | Printable)

Key: MATH-267
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Ted Dunning
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Commons Math

Need a digamma function

Created: 23/May/09 11:40 PM   Updated: 07/Aug/09 09:15 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 2.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works Adds_digamma_function.patch 2009-05-24 04:37 AM Ted Dunning 5 kB
Text File Licensed for inclusion in ASF works Adds_trigamma_function,_improves_comments.patch 2009-05-24 06:39 AM Ted Dunning 6 kB
File Licensed for inclusion in ASF works digamma.tgz 2009-05-23 11:41 PM Ted Dunning 12 kB

Resolution Date: 25/May/09 01:22 PM


 Description  « Hide

A mahout summer of code student needed a digamma function with Apache permissions so I wrote one. It includes test cases, correct copyright and seems to work well. I don't know where in commons math this would go so I figured I would post this and ask for advice.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #778091 Sun May 24 06:03:19 UTC 2009 psteitz Added digamma function.
JIRA: MATH-267
Contributed by Ted Dunning
Files Changed
MODIFY /commons/proper/math/trunk/src/test/org/apache/commons/math/special/GammaTest.java
MODIFY /commons/proper/math/trunk/src/site/xdoc/changes.xml
MODIFY /commons/proper/math/trunk/src/java/org/apache/commons/math/special/Gamma.java

Repository Revision Date User Message
ASF #778416 Mon May 25 13:20:07 UTC 2009 psteitz Added trigamma, javadoc fixes for digamma. JIRA: MATH-267. Patched by Ted Dunning.
Files Changed
MODIFY /commons/proper/math/trunk/src/test/org/apache/commons/math/special/GammaTest.java
MODIFY /commons/proper/math/trunk/src/java/org/apache/commons/math/special/Gamma.java