Hparam-class: An S4 class to represent a Hyper parameter.

Hparam-classR Documentation

An S4 class to represent a Hyper parameter.

Description

An S4 class to represent a Hyper parameter.

Slots

alpha1

A numeric value

alpha2

A numeric value

delta

A numeric value

ggamma

A numeric value

bbeta

A numeric value

Examples

new("Hparam", alpha1 = 1, alpha2 = 2, bbeta = 3, delta = 4, ggamma = 5)

bpgmm documentation built on June 2, 2022, 1:10 a.m.

Related to Hparam-class in bpgmm...