Learn R Programming

poisson (version 1.0)

hpp.mean: Expected value of an homogeneous Poisson process.

Description

Calculate the expected value of an homogeneous Poisson process at regular points in time.

Usage

hpp.mean(rate, t0 = 0, t1 = 1, num.points = 100, maximum = NULL)

Arguments

rate
The rate at which events occur in the Poisson process, aka lambda
t0
Start time
t1
End time
num.points
Number of points to use between t0 and t1 in calulating the mean
maximum
The optional maximum value that the process should take

Value

See Also

hpp.scenario, nhpp.mean

Examples

Run this code
hpp.mean(rate = 20, t1 = 5, maximum = 50)

Run the code above in your browser using DataLab