Skip to content
Prev 321717 / 398500 Next

Strange error with log-normal models

On 16/04/2013 1:19 PM, Noah Silverman wrote:
You have zeros in your data.  The lognormal distribution never takes on 
the value zero.

If they are zero because of rounding (e.g. 0.001 would be recorded as 
zero), and there aren't too many of them, then replacing the zeros with 
a small positive value (e.g. half the smallest non-zero value) might 
make sense.  But your median is zero, so at least half of your 
observations are zero.

You need to come up with a better model than "lognormal".

Duncan Murdoch