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

Sean Owen commented on MAHOUT-753:
----------------------------------

This suggests something is incorrect about MurmurHash. For example nextDouble() 
generates a value from the uniform distribution in [0,1]. The standard 
deviation ought to be sqrt((1-0)/12) ~= 0.2887. Random and MersenneTwister show 
this value but MurmurHash is generating a deviation of twice that.

> MurmurHashRandom class: subclass of java.util.Random that uses MurmurHash
> -------------------------------------------------------------------------
>
>                 Key: MAHOUT-753
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-753
>             Project: Mahout
>          Issue Type: New Feature
>          Components: Math
>            Reporter: Lance Norskog
>            Assignee: Sean Owen
>            Priority: Minor
>         Attachments: MurmurBench.java, MurmurHashRandom.java
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to