var,MPHstar-method {matrixdist} | R Documentation |
Var method for MPHstar class
Description
Var method for MPHstar class
Usage
## S4 method for signature 'MPHstar'
var(x)
Arguments
x |
An object of class MPHstar. |
Value
The covariance matrix of the MPHstar distribution.
Examples
obj <- MPHstar(structure = "general")
var(obj)
[Package matrixdist version 1.1.9 Index]