-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create equal interface to histogramdd #18
Comments
|
The interface is there but not everything can be used right now. |
Different number of bins for each dimensions works unless you define the edges of them before start. Shouldn't be hard to fix. |
Everything works except |
|
Just use
edges
inget_hist()
with following possibilities:Use
range
as lower and upper maximum in each dimension.Use
normed
: If False, returns the number of samples in each bin. If True, returns the bin densitybin_count / sample_count / bin_volume
.Perhaps include
weights
sometime.The text was updated successfully, but these errors were encountered: