View source: R/CtIndividualPoint.R
CtIndividualPoint | R Documentation |
c(t)
at Individual PointsComputes the estimated piecewise constant intensity function c(t) at a particular time point t1. The function is defined to be right-continuous.
CtIndividualPoint(t1, terminal.points, ct)
t1 |
a single time value. |
terminal.points |
a numeric vector containing the time points at which c(t) changes. This vector is usually of length |
ct |
a numeric vector containing the estimated piecewise constant intensity function c(t). |
A single numeric value of c(t).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.