I am trying to recreate the stats for 'failure frequency' - in this case the 95 percentile - shown in the attached images below.
For one set of failure data there are 27 failures over a cumulative 42889 years of operation. the Expected Value is 6.3e-4 and the shown 95% upper limit is 8.4e-4 in terms of failure frequency.
I get close if I model an inverse Poisson distribution (for the 95% CDF). But I cannot reproduce the results using what looks like the Gamma distribution PDF proposed.
See linked images:
Image from Dutch Handbook Appendix A (translated to English)1
Image from Dutch Handbook Appendix A (translated to English)2
Any feedback or suggestions appreciated.