You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if this should be made optional (possibly default True), at least in the case of kind='t_stat' where one may want to design a custom t_stat function that deals with the discrete data in a particular way. Having the data "smoothed" makes it hard to work with in this case.
The text was updated successfully, but these errors were encountered:
lciti
changed the title
Shouldn't smoothing of discrete variables be optional in plotpbv, especially when using kind=t_stat?
Shouldn't smoothing of discrete variables be optional in plot_bpv, especially when using kind=t_stat?
Mar 14, 2024
Describe the bug
Discrete data passed to plot_bpv are always smoothed:
arviz/arviz/plots/backends/matplotlib/bpvplot.py
Line 90 in 29ca5a1
I wonder if this should be made optional (possibly default True), at least in the case of
kind='t_stat'
where one may want to design a custom t_stat function that deals with the discrete data in a particular way. Having the data "smoothed" makes it hard to work with in this case.The text was updated successfully, but these errors were encountered: