biviph | R Documentation |
Constructor function for bivariate inhomogeneous phase-type distributions
biviph(
bivph = NULL,
gfun = NULL,
gfun_pars = NULL,
alpha = NULL,
S11 = NULL,
S12 = NULL,
S22 = NULL,
dimensions = c(3, 3)
)
bivph |
An object of class bivph. |
gfun |
Vector of inhomogeneity transforms. |
gfun_pars |
List of parameters for the inhomogeneity functions. |
alpha |
A probability vector. |
S11 |
A sub-intensity matrix. |
S12 |
A matrix. |
S22 |
A sub-intensity matrix. |
dimensions |
The dimensions of the bivariate phase-type (if no parameters are provided). |
An object of class biviph.
under_bivph <- bivph(dimensions = c(3, 3))
biviph(under_bivph, gfun = c("weibull", "pareto"), gfun_pars = list(c(2), c(3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.