-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add accessors for stats functions #59
Comments
Happy to jump in here if this hasn't been taken on yet |
Yes that would be great @luke-gregor! I think I already have the accessor file set up for the |
I've finally got some time to get to this! Just want to check that anyone else hasn't started on this in the meantime? |
A question regarding usability. I noticed that for the stats regression functions, that I can create a new PR or change that in this PR if you agree on this. Lines 265 to 295 in e93391f
|
I wanted to have the current implementation, because I wanted to do |
Changing this shouldn't change the functionality at all. Just means that |
Ah ok. Please go ahead with a PR. Sounds good to me |
@luke-gregor, my thinking was that in logical order it makes sense to have I would say it's intuitively off to have |
Yep, exactly. Didn't realise how extensive and impressive the test suite for esmtools is! |
It would be much quicker to have our stats functions registered as accessors as well, as in
xskillscore
. Then one can just dods.esm.rm_trend(dim='time')
for instance.The text was updated successfully, but these errors were encountered: