Hello,
I want to use the One-sample Kolmogorov –Smirnov test to check if the distribution of my sample data corresponds to a theoretical distribution. My theoretical distribution is posted below. In case it is useful, I describe the reason why I need this particular theoretical distribution. The theoretical distribution is given by a game: a participant throws 10 unfair coins, each coin has a 10% chance of landing on heads. k measures the total number of heads in a series of 10 throws. I calculated the probability using the Bernoulli trial.
I want to see if my collected data matches the theoretical distribution presented below. One-sample ksmirnov is probably the appropriate test for this. It is clear to me how to perform this test to compare the distribution of my sample with, for example, a Student’s t distribution - ksmirnov k = t(5,v1). However, I don't know how to compare the distribution of my sample to the custom distribution presented below. Any help would be appreciated.
I want to use the One-sample Kolmogorov –Smirnov test to check if the distribution of my sample data corresponds to a theoretical distribution. My theoretical distribution is posted below. In case it is useful, I describe the reason why I need this particular theoretical distribution. The theoretical distribution is given by a game: a participant throws 10 unfair coins, each coin has a 10% chance of landing on heads. k measures the total number of heads in a series of 10 throws. I calculated the probability using the Bernoulli trial.
I want to see if my collected data matches the theoretical distribution presented below. One-sample ksmirnov is probably the appropriate test for this. It is clear to me how to perform this test to compare the distribution of my sample with, for example, a Student’s t distribution - ksmirnov k = t(5,v1). However, I don't know how to compare the distribution of my sample to the custom distribution presented below. Any help would be appreciated.
k | Probability of occurrence |
0 | 0.3486784401 |
1 | 0.3874204890 |
2 | 0.1937102445 |
3 | 0.0573956280 |
4 | 0.0111602610 |
5 | 0.0014880348 |
6 | 0.0001377810 |
7 | 0.0000087480 |
8 | 0.0000003645 |
9 | 0.0000000090 |
10 | 0.0000000001 |
Comment