|
|
|
|
|
by morei
2484 days ago
|
|
Minor nit from paper: The range for Moments is listed as bounded due to overflow risk using floats. This may be true for the provided implementation, but it's not inherent to the algorithm. The calcuation of the higher order moments would normally done entirely in the log domain where there's little risk of overflow. |
|