Last data update: 2014.03.03

R: creation of a DAG.network
initialize,DAG.network-methodR Documentation

creation of a DAG.network

Description

creation of a DAG.network

Usage

## S4 method for signature 'DAG.network'
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.

Results