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
The current implemented method fit the histogram by setting the number of bins by default to sqrt(n) .
Add a method for fitting histograms using cross validation.
The current implemented method fit the histogram by setting the number of bins by default to
sqrt(n).Add a method for fitting histograms using cross validation.