hpp.mean.event.times: Expected event times of an homogeneous Poisson process.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/poisson.R

Description

Calculate the expected event times of an homogeneous Poisson process.

Usage

1
hpp.mean.event.times(rate, num.events)

Arguments

rate

The rate at which events occur in the Poisson process, aka lambda

num.events

Observe mean event times at this many points

Value

A vector of length num.events giving the expected times

Author(s)

Kristian Brock - Author, Daniel Slade - Contributor

See Also

hpp.scenario, nhpp.mean.event.times

Examples

1
2
rate <- 10
hpp.mean.event.times(rate, 50)

poisson documentation built on May 2, 2019, 6:53 a.m.