evaluatePDFfunction-Curve-method: Method for evaluating the PDF function for a Curve object at...

evaluatePDFfunction,Curve-methodR Documentation

Method for evaluating the PDF function for a Curve object at x

Description

This numerically evaluates the PDF function of the Curve object at the specified x

Usage

## S4 method for signature 'Curve'
evaluatePDFfunction(theObject, x)

Arguments

theObject

The name of the Curve Object

x

The time to evaluate at

Examples

evaluatePDFfunction(Weibull(100,1),10)

gestate documentation built on April 26, 2023, 5:10 p.m.