Learn R Programming

DPtree (version 1.0.1)

RealizeDPTree: Sampling a realized distribution from the D-P Tree.

Description

RealizeDPTree returns a realized (copula) distribtuion sampled from the input D-P Tree.

Usage

RealizeDPTree(prior)

Arguments

prior

A list. Should be in same format as returned from DPTreePrior.

Value

An array of dimension \(2^m\) by \(2^m\) by m. m is the approximation level. Realized Z's for all partitions at each level. Three dimensions reprensent two marginals, and the level respectively.

References

DPtreeDPtree

Examples

Run this code
# NOT RUN {
RealizeDPTree(DPTreePrior(m=2, z=1))
# }

Run the code above in your browser using DataLab