Let's assume we have X - a random variable, and its values are 1, 2, and 3. We also have frequencies for each of the values, which equal to 51, 40, and 65 respectively. So, this will look like this:
| X | 1 | 2 | 3 |
|---|---|---|---|
| n | 51 | 40 | 65 |
And the question is whether the variable X has uniform distribution. I am to use Pearson criterion to check it. I actually do know how to solve it, but I have stumbled across one problem: the number of degrees of freedom is equal to zero, hence, I cannot use tables with critical values for chi-squared, since there is no zero degrees of freedom. What do I do? Is it even possible at all to solve this task using this criterion?