-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
summary for circular variables #339
Labels
Enhancement
Improvements to ArviZ
Comments
Is this issue open for work? I would like to work on this. Thanks! |
Yeah, this is still an issue. Thanks for your offer. |
@aloctavodia If this issue is still open, can I work on it please? |
Is still open, I think @agustinaarroyuelo was planning to work on this as part of the GSoC (but she also is proposing many other tasks). |
No problem at all. I will pick up regression plot and time-series. |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary used to have a
circ_var_names
argument in order to specify for which variables to compute circular statistics instead of the regular ones (#45). This argument was replaced byinclude_circ
, this accept booleans, whenTrue
it will compute the regular statistics plus the circular statistics for all variables. I think we should revert this and havecirc_var_names
again, or maybe some other alternative.The ideal behavior will be to automatically compute the proper statistics based on the variable type, but at least for the moment that information is not available for ArviZ
The text was updated successfully, but these errors were encountered: