ppoisGzero {FRESA.CAD} | R Documentation |
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)
ppoisGzero(index,h0)
adjustProb(probGZero,gain)
meanTimeToEvent(probGZero,timeInterval)
expectedEventsPerInterval(probGZero)
index |
The hazard index |
h0 |
Baseline hazard |
probGZero |
The probability of having any event |
gain |
The calibration gain |
timeInterval |
The time interval |
Auxiliary functions for the estimation of the probability of having at least one Poisson event. Or the mean time to event.
The probability of nozero events. Or the expected time to event (meanTimeToEvent) Or the expected number of events per interval (expectedEventsPerInterval)
Jose G. Tamez-Pena
RRPlot
#TBD