random_draw-Curve-method: Method for taking random draws from a Curve object...

random_draw,Curve-methodR Documentation

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

## S4 method for signature 'Curve'
random_draw(theObject, n)

Arguments

theObject

The name of the Curve Object

n

Number of random draws required

Examples

random_draw(Weibull(100,1),1000)

gestate documentation built on April 26, 2023, 5:10 p.m.