evaluateInvfunction,Curve-method | R Documentation |
This numerically evaluates the inverse-CDF function of the Curve object at the specified p
## S4 method for signature 'Curve'
evaluateInvfunction(theObject, p)
theObject |
The name of the Curve Object |
p |
The probability to evaluate the time at |
evaluateInvfunction(Weibull(100,1), 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.