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

View source: R/RcppExports.R

find_nR 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.


matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.