Histogram distribution rate calculation

1
2

I want to calculate the distribution ratio of these two histograms. The first is clustered and the second is spread out.

I solved this problem by calculating the standard deviation.
I solved it using the np.std() function in the numpy module.

1 Like