Learn R Programming

gestate (version 1.6.0)

getInvfunction,Curve-method: Method for returning the inverse-CDF function for a Curve object

Description

This retrieves the inverse CDF function of the specified Curve object as a string

Usage

# S4 method for Curve
getInvfunction(theObject, p = "p")

Arguments

theObject

The name of the Curve Object

p

The probability parameter name to use in the CDF function. Default=p

Examples

Run this code
getCDFfunction(Weibull(100,1))

Run the code above in your browser using DataLab