evaluateInvfunction-Curve-method: Method for evaluating the inverse-CDF function for a Curve...

evaluateInvfunction,Curve-methodR Documentation

Method for evaluating the inverse-CDF function for a Curve object at p

Description

This numerically evaluates the inverse-CDF function of the Curve object at the specified p

Usage

## S4 method for signature 'Curve'
evaluateInvfunction(theObject, p)

Arguments

theObject

The name of the Curve Object

p

The probability to evaluate the time at

Examples

evaluateInvfunction(Weibull(100,1), 0.5)

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