getCDFfunction,Curve-method {gestate} | R Documentation |
This retrieves the CDF function of the specified Curve object as a string
## S4 method for signature 'Curve'
getCDFfunction(theObject, q = "q")
theObject |
The name of the Curve Object |
q |
The parameter name to use in the CDF function. Default=q |
getCDFfunction(Weibull(100,1))