rMIPHstar: Simulate a MIPH* random vector

View source: R/RcppExports.R

rMIPHstarR Documentation

Simulate a MIPH* random vector

Description

Generates a sample of size n from a MIPH* distribution with parameters alpha, S and R.

Usage

rMIPHstar(n, alpha, S, R, gfun, gfun_par)

Arguments

n

Sample size.

alpha

Initial probabilities.

S

Sub-intensity matrix.

R

Reward matrix.

gfun

Vector with transformations names.

gfun_par

List with transformations parameters.

Value

The simulated sample.


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