getInvfunction,Curve-method {gestate} | R Documentation |
Method for returning the inverse-CDF function for a Curve object
Description
This retrieves the inverse CDF function of the specified Curve object as a string
Usage
## S4 method for signature 'Curve'
getInvfunction(theObject, p = "p")
Arguments
theObject |
The name of the Curve Object |
p |
The probability parameter name to use in the CDF function. Default=p |
Examples
getCDFfunction(Weibull(100,1))
[Package gestate version 1.6.0 Index]