linCom,MPHstar-method {matrixdist} | R Documentation |
Linear combination method for MPHstar class
Description
Linear combination method for MPHstar class
Usage
## S4 method for signature 'MPHstar'
linCom(x, w)
Arguments
x |
An object of class MPHstar. |
w |
A vector with non-negative entries. |
Value
An object of class ph.
Examples
obj <- MPHstar(structure = "general")
linCom(obj, c(1, 0))
[Package matrixdist version 1.1.9 Index]