G
Guest
Hi everyone!
I have some problems with finding a value in a table. I have a Poisson table (i.e. probablities that x will be between zero and k for different values of m, which is the mean value). Now, I want to look up a specific column (if I for example have a Poisson distribution with mean 10, I want to go to that column) and then find a specific probability in that column. Then I would like to get the value of the first column (which is the value of k) in that corresponding row. How can I solve this?
The poisson table looks like the following:
k\m 0.1 0.2 0.3 0.4 ............. 15.0
0 0.90 0.82 0.74 0.67 ............. 0.00
1 0,99 ...............................................
2 ........................................................
3 .........................................................
4 .........................................................
.. .........................................................
.. .........................................................
.. ................................................... 0.99
35 1.00
I will use this for calculating safety stocks and I therefore need to find the number of items that should be kept in stock so that the probability that stock out won't occur can be set to a certain probability.
Thanks!
I have some problems with finding a value in a table. I have a Poisson table (i.e. probablities that x will be between zero and k for different values of m, which is the mean value). Now, I want to look up a specific column (if I for example have a Poisson distribution with mean 10, I want to go to that column) and then find a specific probability in that column. Then I would like to get the value of the first column (which is the value of k) in that corresponding row. How can I solve this?
The poisson table looks like the following:
k\m 0.1 0.2 0.3 0.4 ............. 15.0
0 0.90 0.82 0.74 0.67 ............. 0.00
1 0,99 ...............................................
2 ........................................................
3 .........................................................
4 .........................................................
.. .........................................................
.. .........................................................
.. ................................................... 0.99
35 1.00
I will use this for calculating safety stocks and I therefore need to find the number of items that should be kept in stock so that the probability that stock out won't occur can be set to a certain probability.
Thanks!