getCDFfunction-Curve-method: Method for returning the CDF function for a Curve object

getCDFfunction,Curve-methodR Documentation

Method for returning the CDF function for a Curve object

Description

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

Usage

## S4 method for signature 'Curve'
getCDFfunction(theObject, q = "q")

Arguments

theObject

The name of the Curve Object

q

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

Examples

getCDFfunction(Weibull(100,1))

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