You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles Sadowski (Jira)" <ji...@apache.org> on 2019/12/02 08:09:00 UTC

[jira] [Resolved] (MATH-1373) In LogNormalDistribution.java, it appears shape & scale are reversed/mis-labelled.

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

Gilles Sadowski resolved MATH-1373.
-----------------------------------
    Resolution: Won't Fix

Class does not exist in "Commons Math" anymore (codes were ported to ["Commons Statistics"|http://commons.apache.org/statistics]).

> In LogNormalDistribution.java, it appears shape & scale are reversed/mis-labelled.
> ----------------------------------------------------------------------------------
>
>                 Key: MATH-1373
>                 URL: https://issues.apache.org/jira/browse/MATH-1373
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.6.1
>            Reporter: Karl D. Gierach
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: MATH-1373.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When I compute the logshape and log scale based on the formulas on wikipedia's lognormal distribution page that use empirical mean and variance, I found that the getNumericalMean() method was not returning the empirical mean.
> However, upon just trying to reverse the shape and scale parameters in the constructor proved to fix the problem, and the object then returns the correct empirical mean.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)