mgf,bivph-method | R Documentation |
Mgf method for bivph class
## S4 method for signature 'bivph'
mgf(x, r)
x |
An object of class mph. |
r |
A matrix of real values. |
A vector containing the corresponding mgf evaluations.
set.seed(123)
obj <- bivph(dimensions = c(3, 3))
mgf(obj, matrix(c(0.5, 0.1), ncol = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.