mean,ph-method | R Documentation |
Mean method for phase-type distributions
## S4 method for signature 'ph'
mean(x)
x |
An object of class ph. |
The raw first moment of the ph (or underlying ph) object.
set.seed(123)
obj <- ph(structure = "general", dimension = 3)
mean(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.