poissonProbs: Probability of more than zero events

ppoisGzeroR Documentation

Probability of more than zero events

Description

Returns the probability of having 1 or more Poisson events the adjusted probability (adjustProb) the exptected time to event (meanTimeToEvent) or the exected number of events per interval (expectedEventsPerInterval)

Usage

	ppoisGzero(index,h0)
	adjustProb(probGZero,gain)
	meanTimeToEvent(probGZero,timeInterval)
	expectedEventsPerInterval(probGZero)

Arguments

index

The hazard index

h0

Baseline hazard

probGZero

The probability of having any event

gain

The calibration gain

timeInterval

The time interval

Details

Auxiliary functions for the estimation of the probability of having at least one Poisson event. Or the mean time to event.

Value

The probability of nozero events. Or the expected time to event (meanTimeToEvent) Or the expected number of events per interval (expectedEventsPerInterval)

Author(s)

Jose G. Tamez-Pena

See Also

RRPlot

Examples

  #TBD

FRESA.CAD documentation built on Nov. 25, 2023, 1:07 a.m.