You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/12/05 01:47:15 UTC

[GitHub] ChaiBapchya opened a new pull request #13543: Chi_square_check for discrete distribution fix

ChaiBapchya opened a new pull request #13543: Chi_square_check for discrete distribution fix
URL: https://github.com/apache/incubator-mxnet/pull/13543
 
 
   ## Description ##
   check for bucket instead of the bucket index
   
   It was incorrectly checking for index
   ```
   for i in range(len(buckets)):
       obs_freq[i] = (sample_bucket_ids == i).sum()
   ```
   
   It should be checking for the value at the index

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services