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
It seems in the documentation for histogram_by_index(), "Every element in r must be at most m" should be "Every element in r must be at most m - 1" where m is the sequence's size ?
I tested m = .size() - 1 and got wrong results
The text was updated successfully, but these errors were encountered:
It seems in the documentation for
histogram_by_index()
, "Every element in r must be at mostm
" should be "Every element in r must be at mostm - 1
" wherem
is the sequence's size ?I tested
m = .size() - 1
and got wrong resultsThe text was updated successfully, but these errors were encountered: