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