createRFfunction-Curve-method: Method for creating a random draw function from a Curve...

createRFfunction,Curve-methodR 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))

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