-
Notifications
You must be signed in to change notification settings - Fork 40
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
autocorrelation? #205
Comments
I dont see the link between brier_score and autocorr. What about adding the |
Agreed. Lagged correlations are very useful in our field of course. See |
closing in favor of #284 |
Is it appropriate to have auto correlation in xskillscore? My thought is yes, since there's a brier_score and brier_score_threshold?
def pearson_r_autocorrelation(a, lag=...)
?The text was updated successfully, but these errors were encountered: