Learn R Programming

gestate (version 1.3.2)

getCDFfunction,Curve-method: 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 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

Run this code
# NOT RUN {
getCDFfunction(Weibull(100,1))
# }

Run the code above in your browser using DataLab