[ 
https://issues.apache.org/jira/browse/MATH-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Hendriks updated MATH-733:
---------------------------------

    Attachment: lognormal_distribution.patch

Implementation of the log-normal distribution. Implementation based on 
Wikipedia formulas and the already present implementation of the normal 
distribution.

Unit tests included. Also based on test cases for the normal distribution.

Checkstyle fails:

{code}
<file 
name="src/main/java/org/apache/commons/math/distribution/LogNormalDistribution.java">
<error line="0" severity="error" message="Got an exception - 
java.lang.RuntimeException: Unable to get class information for @throws tag 
&apos;NotStrictlyPositiveException&apos;." 
source="com.puppycrawl.tools.checkstyle.TreeWalker"/>
</file>
{code}

However, it does so for most of the distributions...
                
> Add LogNormal distribution
> --------------------------
>
>                 Key: MATH-733
>                 URL: https://issues.apache.org/jira/browse/MATH-733
>             Project: Commons Math
>          Issue Type: New Feature
>            Reporter: Dennis Hendriks
>              Labels: distribution
>             Fix For: 3.0
>
>         Attachments: lognormal_distribution.patch
>
>
> It would be nice to have a log-normal distribution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to