Learn R Programming

sourceR (version 1.0.1)

DirichletNode: DirichletNode

Description

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

Usage

DirichletNode

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.