python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why the output of ax.hist and physt.hist are not identical?
I have an array and I would like to place it into 7 bins and then calculate the mean and standard deviation (standard in the error) corresponding to each bin so that I can plot both the histogram as w...
Roosha
Votes: 0
Answers: 0
Equal frequency binning for circular data in R
I am trying to divide my wind direction data into four equal frequency bins, without having a fixed break at 0° / 360°.
I am aware of the equal_freq() function from the funModeling package, but this f...
Dana
Votes: 0
Answers: 0
How to add bins without interrupting edges in an histogram
I tried to modify the histogram such that the binning number(height) of the original histogram should be greater or equal to 3, if the binning number is not greater or equal to three then add those c...
Jyotismita Adhikary
Votes: 0
Answers: 1
Uneven binning and its plotting in R using ggplot2
Is there any way to use a vector of numbers within the binwidth for geom_bin_2d? I would like to create a binned heatmap with irregular/uneven bin lengths, but I am not sure how to do it.
A reproducib...
Harsh Krishna
Votes: 0
Answers: 1