mgf-bivph-method: Mgf method for bivph class

mgf,bivph-methodR Documentation

Mgf method for bivph class

Description

Mgf method for bivph class

Usage

## S4 method for signature 'bivph'
mgf(x, r)

Arguments

x

An object of class mph.

r

A matrix of real values.

Value

A vector containing the corresponding mgf evaluations.

Examples

set.seed(123)
obj <- bivph(dimensions = c(3, 3))
mgf(obj, matrix(c(0.5, 0.1), ncol = 2))

matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.