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 (JIRA)" <ji...@apache.org> on 2015/06/19 00:40:00 UTC

[jira] [Commented] (MATH-1234) Impossible NotStrictlyPositiveException after getStandardDeviation()

    [ https://issues.apache.org/jira/browse/MATH-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14592657#comment-14592657 ] 

Gilles commented on MATH-1234:
------------------------------

What do you mean by "impossible"?  That it should not occur, or that it is not advertised in the javadoc?
Could  you please upload a unit test that shows the problem?

Did you try version 3.5 of Commons Math?


> Impossible NotStrictlyPositiveException after getStandardDeviation()
> --------------------------------------------------------------------
>
>                 Key: MATH-1234
>                 URL: https://issues.apache.org/jira/browse/MATH-1234
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.2
>         Environment: Windows 7, Java 1.8
>            Reporter: Sergii Nechuiviter
>             Fix For: 3.5
>
>
> org.apache.commons.math3.random.EmpiricalDistribution.density() calls 
> EmpiricalDistribution.getKernel which calls
> bStats.getStandardDeviation() -- bStats is SummaryStatistics
> and return result caused NotStrictlyPositiveException: standard deviation (0)
> in new NormalDistribution(randomData.getRandomGenerator(),
>                 bStats.getMean(), bStats.getStandardDeviation(),
>                 NormalDistribution.DEFAULT_INVERSE_ABSOLUTE_ACCURACY);
> As I understand, it shouldn't be so by contract of SummaryStatistics.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)