createRFfunction,Curve-method {gestate}R Documentation

Method for creating a random draw function from a Curve object

Description

This creates a random draw function from the Curve object

Usage

## S4 method for signature 'Curve'
createRFfunction(theObject, n = "n")

Arguments

theObject

The name of the Curve Object

n

The parameter name for the number of random draws to make. Default=n

Examples

createRFfunction(Weibull(100,1))

[Package gestate version 1.6.0 Index]