prod_lambda_G_base {icmstate}R Documentation

Calculate the product of intensities over interval decided by failure times

Description

This function calculates \prod_{\lambda} G as defined in Frydman (1995), with t_n the failure times. Note that length(t_n) must be equal to length(lambda)

Usage

prod_lambda_G_base(lambda, t_n, Q, A)

Arguments

lambda

Intensities of the 2->3 transition

t_n

Unique failure times, same length as lambda

Q

Matrix (2 column) containing support intervals as rows

A

Matrix (2 column) containing censoring intervals as rows


[Package icmstate version 0.2.0 Index]