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