MPHstar | R Documentation |
Constructor function for multivariate phase-type distributions (MPH* class)
MPHstar(
alpha = NULL,
S = NULL,
structure = NULL,
dimension = 3,
R = NULL,
variables = 2
)
alpha |
A probability vector. |
S |
A sub-intensity matrix. |
structure |
A valid ph structure. |
dimension |
The dimension of the ph structure (if provided). |
R |
A compatible (non-negative) reward matrix. |
variables |
The number of desired marginals. |
An object of class MPHstar.
MPHstar(structure = "general", dimension = 4, variables = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.