Description
Represents a Poisson distribution node in a DAGFormat
Object of R6Class
with methods for constructing a DAG.Methods
new(data, lambda, offset)
- create a PoissonNode, with mean Node
lambda
, and offset Node offset
.
Details
Derived from StochasticNode, please see base class documentation.