pois.rate: Average Time Between Events in a Poisson Process

Description Usage Arguments Author(s) Examples

View source: R/pois.rate.R

Description

Averages the time between any two events in a Poisson procces

Usage

1
  pois.rate(time, r, n = 1000, a, b)

Arguments

time

is the total time

r

is the average number of events

n

is the number if simulations required

a,b

are the events being compared

Author(s)

Katie Dodds k.dodds@utah.edu

Examples

1
2
pois.rate(100,5,1000,90,100)
## Takes the average time between the 90th and 100th events

JackStat/CompPack documentation built on May 7, 2019, 10:16 a.m.