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