Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I want to use a distribution to predict the p-value (whether it's just noise) of each element in this dataset. But I don't know what distribution should I use. Could anyone give me some tips about it?

The histogram of the data

share|improve this question
1  
1) What do you mean by "p-value" and "whether it's just noise"? If it's random, and you have no information about why you see e.g. a 1 vs an 0.5 on some observations, it is just noise, or it may as well be. 2) With the sample size you have, that bump around 0.6 is likely to cause you big problems fitting a simple, off-the-shelf distribution. – jbowman Jul 12 '12 at 22:21

2 Answers

up vote 0 down vote accepted

If you want to see if p-values are just noise, you should use the uniform distribution. I think by "just noise" you mean "the null is true".

But where did you get all these p-values? Elements in a data set don't have p-values.

share|improve this answer

You probably should use a zero-inflated poisson model or zero-inflated negative binomial distribution. See this question. Another distribution worth considering is the Zipf distribution.

share|improve this answer
1  
I don't understand the meaning of your statement that you want to use the distribution "to predict a p-value for every element in this dataset." That makes no sense. – Michael Chernick Jul 12 '12 at 22:09
1  
The idea of zero inflation (that is, a mixture of a discrete zero and another distribution) is good, but it does not seem to apply directly. Both ZIP and ZINB are for nonnegative integral responses, which clearly is not the case here. – whuber Jul 12 '12 at 22:25

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.