Description Usage Arguments Details Value Author(s) References Examples
Performs the disperssion index goodness-of-fit test of Poisson distribution with unknown parameter.
1 | testu(x, n.boot)
|
x |
vector of nonnegative integers, the sample data. |
n.boot |
number of bootstrap replicates. If |
The test of Poissonity u is based on a normalization of the Disperssion Index, equal to 1 in a Poisson Distribution.
u = (D √{\frac{n - 1}{2(1 - 1/N)}}
D denotes the disperssion index of X.
N denotes the sum of X.
n denotes the length of X.
The test is implemented by parametric boostrap with n.boot
replicates or by normal approximation.
The function testu
returns a list with class htest
containing:
|
Description of test. |
data |
Description of data. |
test statistic |
Value of test statistic. |
p-value |
approximate p-value of the test. |
mean |
sample mean. |
Manuel Mendez Hurtado mmendezinformatica@gmail.com
IAEA (2011) Cytogenetic Dosimetry: Applications in Preparedness for and Response to Radiation Emergencies https://www.iaea.org/es/publications/10456/cytogenetic-dosimetry-applications-in-preparedness-for-and-response-to-radiation-emergencies
Rao, C. R., Chakravarti, I.M. (1956) Some small sample test of significance for a Poisson Distribution Biometrics Vol 12, 264-282 https://www.jstor.org/stable/3001466?seq=1
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.