Learn R Programming

sourceR (version 1.1.0)

DirichletNode: DirichletNode

Description

Represents a d-dimensional Dirichlet distribution node in a DAG.

Arguments

Value

Object of DirichletNode

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.