Learn R Programming

gestate (version 1.6.0)

random_draw: Method for taking random draws from a Curve object distribution

Description

This takes random draws from the Curve object distribution Note that the seed should always be appropriately set before invoking this

Usage

random_draw(theObject, ...)

Arguments

theObject

The name of the Curve Object

...

Pass-through arguments

Examples

Run this code
random_draw(Weibull(100,1),1000)

Run the code above in your browser using DataLab