var,dph-method {matrixdist} | R Documentation |
Var method for discrete phase-type distributions
Description
Var method for discrete phase-type distributions
Usage
## S4 method for signature 'dph'
var(x)
Arguments
x |
An object of class dph. |
Value
The variance of the dph object.
Examples
set.seed(123)
obj <- dph(structure = "general", dimension = 3)
var(obj)
[Package matrixdist version 1.1.9 Index]