rmatrixgev | R Documentation |
Generates a sample of size n
from an inhomogeneous phase-type
distribution with parameters alpha
, S
and beta
.
rmatrixgev(n, alpha, S, mu, sigma, xi = 0)
n |
Sample size. |
alpha |
Initial probabilities. |
S |
Sub-intensity matrix. |
mu |
Location parameter. |
sigma |
Scale parameter. |
xi |
Shape parameter: Default 0 which corresponds to the Gumbel case. |
The simulated sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.