evaluateInvfunction,Curve-method {gestate} | R Documentation |
Method for evaluating the inverse-CDF function for a Curve object at p
Description
This numerically evaluates the inverse-CDF function of the Curve object at the specified p
Usage
## S4 method for signature 'Curve'
evaluateInvfunction(theObject, p)
Arguments
theObject |
The name of the Curve Object |
p |
The probability to evaluate the time at |
Examples
evaluateInvfunction(Weibull(100,1), 0.5)
[Package gestate version 1.6.0 Index]