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