Resolve "Ghost data at impossible angles ISSUE"
Closes #80 (closed)
- Fix bugs in computing the moments of
data(values)
. The problem before was that the mean could be outside of the range spanned byvalues
. - Reduce memory usage: do not make a copy of
data
.
Edited by Wout De Nolf