evaluatePDFfunction,Curve-method {gestate} | R Documentation |
This numerically evaluates the PDF function of the Curve object at the specified x
## S4 method for signature 'Curve'
evaluatePDFfunction(theObject, x)
theObject |
The name of the Curve Object |
x |
The time to evaluate at |
evaluatePDFfunction(Weibull(100,1),10)