DirichletNode: DirichletNode
Description
Represents a d-dimensional Dirichlet distribution node in a DAG.Format
Object of R6Class
with methods for constructing a DAG.Methods
new(data, alpha)
- Create a DirichletNode with data vector
data
(length > 1) and parameter vector
alpha
.
Details
Derived from StochasticNode, please see base class documentation.