mgf,ph-method | R Documentation |
Mgf method for phase-type distributions
## S4 method for signature 'ph'
mgf(x, r)
x |
An object of class ph. |
r |
A vector of real values. |
The mgf of the ph (or underlying ph) object at the given locations.
set.seed(123)
obj <- ph(structure = "general", dimension = 3)
mgf(obj, 0.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.