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 guess this issue is more food for thought than a pressing problem that I'm likely to address soon.
For instance, your binwidth suggestion works for continuous values but what if my distribution is discrete (e.g., sampling 10k words from the English language)? Or a mixture of a discrete and continuous?
I think ultimately an intelligent plotting system needs rich understanding of types and possibly pragmatic inference; here, I'm starting to write down examples that motivate this (e.g., this hist problem).
the user probably doesn't intend to do something like
hist(repeat(1e5, gaussian))
(every value is unique, so histogram isn't a good summary)...The text was updated successfully, but these errors were encountered: