evaluateCDFfunction-Curve-method: Method for evaluating the CDF function for a Curve object at...

evaluateCDFfunction,Curve-methodR Documentation

Method for evaluating the CDF function for a Curve object at q

Description

This numerically evaluates the CDF function of the Curve object at the specified q

Usage

## S4 method for signature 'Curve'
evaluateCDFfunction(theObject, q)

Arguments

theObject

The name of the Curve Object

q

The time to evaluate at

Examples

evaluateCDFfunction(Weibull(100,1),10)

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