Draw.RV: A function that takes no arguments and returns a single...

Description Usage Examples

Description

A function that takes no arguments and returns a single realization of the random variable.

Usage

1
2
## S3 method for class 'RV'
draw(self)

Examples

1
2
  X = RV(Normal(0, 1))
  X %>% draw() might return -0.9, for example.

hayate0304/Rsymbulate documentation built on May 17, 2019, 8:20 a.m.