I have to following question:
From a collection of objects numbered $\{1,2,....,K\}$ $20$ objects are picked and replaced. We want to test $H_0: K=100000$ against $H_1 < 100000$, with the highest ranking number $M$ of our sample as test statistic. We find for our realisation for $M$ the value $81115$.
What is the $P$ value?
The correct answer is: $0.015$
I know that the definition of the $p$-value is:
The $p$-value is the probability of getting the observed value of the test static or a value with even greater evidence against $H_0$, if the hypothesis is actually true
or in formula form $P (T \ge t)$
I have the following questions:
- What are $T$ and $t$?
- I think that distribution is uniform, but how do I calculate the $p$-value
Can I get feedback?
HINT: in a uniform distribution defined between the values $a$ and $b$, the cdf for $k \, \epsilon \,[a,b]$ is $(k-a)/(b-a)$.