iph | R Documentation |
Constructor function for inhomogeneous phase-type distributions
iph(
ph = NULL,
gfun = NULL,
gfun_pars = NULL,
alpha = NULL,
S = NULL,
structure = NULL,
dimension = 3,
scale = 1
)
ph |
An object of class ph. |
gfun |
Inhomogeneity transform. |
gfun_pars |
The parameters of the inhomogeneity function. |
alpha |
A probability vector. |
S |
A sub-intensity matrix. |
structure |
A valid ph structure. |
dimension |
The dimension of the ph structure (if provided). |
scale |
Scale. |
An object of class iph.
iph(ph(structure = "coxian", dimension = 4), gfun = "pareto", gfun_pars = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.