surv-bivphasetype-method: Survival method for bivariate phase-type distributions

surv,bivphasetype-methodR Documentation

Survival method for bivariate phase-type distributions

Description

Survival method for bivariate phase-type distributions

Usage

## S4 method for signature 'bivphasetype'
surv(x, y)

Arguments

x

An object of class bivphasetype.

y

A matrix of locations.

Value

A vector containing the joint survival evaluations at the given locations.

Examples

obj <- bivphasetype(dimensions = c(3, 3))
surv(obj, matrix(c(0.5, 1), ncol = 2))

jorgeyslas/phfrailty documentation built on April 17, 2025, 4:11 p.m.