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

Description Usage Arguments

Description

creation of a DAG.network

Usage

1
2
3
4
## 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.


D2C documentation built on May 29, 2017, 10:44 a.m.