random_draw,Curve-method | R Documentation |
This takes random draws from the Curve object distribution Note that the seed should always be appropriately set before invoking this
## S4 method for signature 'Curve'
random_draw(theObject, n)
theObject |
The name of the Curve Object |
n |
Number of random draws required |
random_draw(Weibull(100,1),1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.