Learn R Programming

gestate (version 1.6.0)

evaluateInvfunction,Curve-method: 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 Curve
evaluateInvfunction(theObject, p)

Arguments

theObject

The name of the Curve Object

p

The probability to evaluate the time at

Examples

Run this code
evaluateInvfunction(Weibull(100,1), 0.5)

Run the code above in your browser using DataLab