What probability distribution is this?

289 Views Asked by At

This image show a histogram (200 bins) of accumulated distances from a radar distance meter (very noisy). The peak around 7 meters is an object. At thought this looked kind of like a normal distribution, at least if you ignore values <4m (which for this application is reasonable).

What I am trying to do is to filter out true distances based on the probability distribution.

alt text

4

There are 4 best solutions below

0
On BEST ANSWER

If it wasn't for the spike at 0 and the mode at around seven, it would look roughly lognormal to me

3
On

The density function of distance-from-mean of a bivariate normal distribution takes the form $Ax e^{-Bx^2}$, which look pretty much like your noisy graph.

0
On

I would fit a straight line to the bins near but outside the peak and subtract this from the data, claiming that this level is the background. Then you can do a 2D fit of the Gaussian parameters (mean and sigma) and see how it turns out.

0
On

This is a (tri-modal) mixture distribution.