How do I find the threshold in a Poisson-distributed process that gives a desired False Alarm rate?
显示 更早的评论
Given that I am trying to find signals in a Poisson-distributed background process, how do I find the threshold that will reduce my [Poisson-]noise false alarm rate to a desired level? Say I know the mean for the Poisson process (lamda) and I want a false alarm rate of no more 10^(-N), how do I find the appropriate threshold for the non-closed solution Poisson distribution? Should I just create a lamda-dependent look-up table? (e.g; TH = f(lamda, N) where FAR = 10 ^(-N)?) If so, could someone recommend a reliable source for those values? (I see some online but many do not cover a broad enough set of possible values.)
采纳的回答
更多回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Poisson Distribution 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!