trimeze {vfcp} | R Documentation |
Calculates the coordinates of the object defined matrices C1
and C23
. Both matrices are two-row.
trimeze(C1, C23)
C1 |
numerical probability two-row matrix defining survival line |
C23 |
numerical probability two-row matrix defining CDF line |
A list with components as follows:
tlc | upper left corner coordinates |
brc | bottom right corner coordinates |
sp | survival line coordinates |
cp | CDF line coordinates |
Josef Brejcha