Description Usage Arguments Details Value Functions See Also Examples
The Multivariate Discrete Phase-Type Distribution
| 1 2 3 4 5 6 7 | 
| x, q | vector of quantiles. | 
| obj | an object of class  | 
| p | vector of probabilities. | 
| n | number of observations. If length(n) > 1, the length is taken to be the number required. | 
If the object provided is multivariate, each row of the result will
corresponds to each univariate reward transformation.
For dMDPH, qMDPH and pMDPH, the inputs x,
p and q can be matrices where in row i the i_th reward
transformation and in col j the j_th value of x, p or q
tested.
dMDPH gives the density, pMDPH gives the
distribution function, qMDPH gives the quantile function,
and rMDPH generates random deviates.
The length of the result is determined by n for rMDPH,
and is the maximum of the lengths of the numerical arguments for the other
functions.
The numerical arguments other than n are recycled to the length of the
result. Only the first elements of the logical arguments are used.
dMDPH: Density function for the multivariate discrete phase-type distribution.
qMDPH: Quantile function for the multivariate discrete phase-type distribution.
pMDPH: Distribution function for the multivariate discrete phase-type distribution.
rMDPH: Random number generator for the multivariate discrete phase-type distribution.
Distributions for other standard distributions.
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.