dump: Dump

Description Usage Arguments Value Examples

Description

Generic function to compute the empirical probability of each observable event and return the result as an array.

Usage

1
dump(d)

Arguments

d

Dist object representing the distribution.

Value

Vector giving the empirical probabilities of all events.

Examples

1
2
d <- Dist(c(0, 1, 2, 3, 4, 5, 6))
dump(d)

ELIFE-ASU/rinform documentation built on May 26, 2019, 7:25 a.m.