random_reward {matrixdist} | R Documentation |
Random reward matrix
Description
Generates a random reward matrix for a multivariate phase-type distribution with p states and d marginals.
Usage
random_reward(p, d)
Arguments
p |
Number of transient states in the sub-intensity matrix. |
d |
Number of marginals. |
Value
A random reward matrix.
[Package matrixdist version 1.1.9 Index]