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

getInvfunction,Curve-methodR Documentation

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 signature '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

getCDFfunction(Weibull(100,1))

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