moment,bivph-method {matrixdist} | R Documentation |
Moment method for bivph class
Description
Moment method for bivph class
Usage
## S4 method for signature 'bivph'
moment(x, k = c(1, 1))
Arguments
x |
An object of class bivph. |
k |
A vector with the location. |
Value
An real value.
Examples
obj <- bivph(dimensions = c(3, 3))
moment(obj, c(1, 1))
[Package matrixdist version 1.1.9 Index]