R/staged_tree.R

# Class defined for future use


#' Staged.tree
#'
#'  A staged tree is an event tree embellished with colours using a probabilistic measure. 
#'  Two situations are said to be in the same stage if they have equivalent probabilistic space and
#'  identical conditional probabilities. Each stage is associated with a different colour.
#'
#'
#' @slot event.tree Event.tree.
#'
#'@include event_tree.R

setClass(
  "Staged.tree",
  representation(
    event.tree = "Event.tree"
  )
)

Try the ceg package in your browser

Any scripts or data that you put into this service are public.

ceg documentation built on May 2, 2019, 1:46 p.m.