Learn R Programming

sourceR (version 1.0.0)

GammaNode: GammaNode

Description

Represents a Gamma distribution node in a DAG. Requires parent nodes for shape and rate respectively as specified in dgamma.

Usage

GammaNode

Arguments

Value

Object of GammaNode

Format

Object of R6Class with methods for constructing a DAG.

Methods

Details

Derived from StochasticNode, please see base class documentation.