Learn R Programming

D2C (version 1.2.1)

initialize,DAG.network-method: creation of a DAG.network

Description

creation of a DAG.network

Usage

"initialize"(.Object, network, sdn = 0.5, sigma = function(x) return(rnorm(n = 1, sd = sdn)), H = function(x) return(H_Rn(1)))

Arguments

.Object
: DAG.network object
network
: object of class "graph"
sdn
: standard deviation of aditive noise.
sigma
: function returning the additive noise
H
: function describing the type of the dependency.