-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Kurtosis bug? #30993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
bias = False also different. |
It's weird. I'm trying to create an example by random generate time series. It can't be recreated. Several other stock charts work fine, too.
|
Is the variance of your data very close to zero? If so, you could be seeing differences in rounding/numerical precision. |
excess kurtosis should always be > -3. Since you are seeing large values then you are experiencing numerical errors and limits of numerical precision. I suspect many of your blocks have 0 or near 0 variance. |
To repro, just share observations 20 - 30 of test.csv. |
I think it's just like you said. This problem made my three day trained network obsolete... |
We're happy to reopen this issue when we can validate the issue with a reproducible example. Looking at small raw data samples should be sufficient instead of plots |
Why pandas kurtosis and scipy kurtosis result is different?
During the test, I also realized that the Pandas kurtosis value was constantly changing according to the starting point.
The text was updated successfully, but these errors were encountered: