powered by
Represents a Gamma distribution node in a DAG. Requires parent nodes for shape and rate respectively as specified in dgamma.
Object of GammaNode
GammaNode
Object of R6Class with methods for constructing a DAG.
R6Class
new(data, shape=1, rate=1)
Create a Gamma node with data data and Nodes shape and rate as specified in dgamma.
data
shape
rate
Derived from StochasticNode, please see base class documentation.