Learn R Programming

matrixdist (version 1.1.9)

find_n: 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)

Value

Integer satisfying condition.

Arguments

h

Probability.

lambda

Mean of Poisson random variable.