Rev Language Reference


dnMultiValueEvent - MultiValueEvent Distribution

A MultiValueEvent distribution.

Usage

dnMultiValueEvent(Distribution__Natural eventDistribution, Distribution[] valueDistribution, String[] names, Natural[] minNumberEvents)

Arguments

eventDistribution : Distribution__Natural (pass by const reference)
The prior on the number of events.
valueDistribution : Distribution[] (pass by const reference)
The base distribution for the per category values.
names : String[] (pass by const reference)
The names of the values.
minNumberEvents : Natural[] (pass by const reference)
The minum number of values per value category.

Domain Type

See Also