Roman Werpachowski

Results 3 issues of Roman Werpachowski

### What are you trying to do? I'm trying to understand what ExKurtosis is calculating, by reading its docstring. ### What did you do? Read: https://github.com/gonum/gonum/blob/master/stat/stat.go#L363 ### What did you...

The line https://github.com/pnnl/DDKS/blob/master/ddks/methods/ddks.py#L136 produces a zero range for high d (e.g d == 50). Using simply `2**d` would make the code work (albeit very slowly).