powered by
Constructor function for multivariate inhomogeneous phase-type distributions
miph( mph = NULL, gfun = NULL, gfun_pars = NULL, alpha = NULL, S = NULL, structure = NULL, dimension = 3, variables = NULL, scale = 1 )
An object of class iph.
An object of class mph.
Vector of inhomogeneity transforms.
List of parameters for the inhomogeneity functions.
A probability vector.
A list of sub-intensity matrices.
A vector of valid ph structures.
The dimension of the ph structure (if provided).
Number of marginals.
Scale.
under_mph <- mph(structure = c("gcoxian", "general"), dimension = 4) miph(under_mph, gfun = c("weibull", "pareto"), gfun_pars = list(c(2), c(3)))
Run the code above in your browser using DataLab