find_n {matrixdist}R Documentation

Find n such that P(N > n) = h with N Poisson distributed

Description

Find n such that P(N > n) = h with N Poisson distributed

Usage

find_n(h, lambda)

Arguments

h

Probability.

lambda

Mean of Poisson random variable.

Value

Integer satisfying condition.


[Package matrixdist version 1.1.9 Index]