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