Learn R Programming

poisson (version 1.0)

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

Description

Calculate the expected event times of an homogeneous Poisson process.

Usage

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

See Also

hpp.scenario, nhpp.mean.event.times

Examples

Run this code
rate <- 10
hpp.mean.event.times(rate, 50)

Run the code above in your browser using DataLab