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