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?

|
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?
|
|||||
|
|
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. |
|||
|
|
|
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. |
|||||||||
|