powered by
Mgf method for bivph class
# S4 method for bivph mgf(x, r)
A vector containing the corresponding mgf evaluations.
An object of class mph.
A matrix of real values.
set.seed(123) obj <- bivph(dimensions = c(3, 3)) mgf(obj, matrix(c(0.5, 0.1), ncol = 2))
Run the code above in your browser using DataLab