rmatrixgev: Random matrix GEV

View source: R/RcppExports.R

rmatrixgevR Documentation

Random matrix GEV

Description

Generates a sample of size n from an inhomogeneous phase-type distribution with parameters alpha, S and beta.

Usage

rmatrixgev(n, alpha, S, mu, sigma, xi = 0)

Arguments

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.

Value

The simulated sample.


matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.