Learn R Programming

gestate (version 1.3.2)

evaluateCDFfunction: Method for evaluating the CDF function for a Curve object at q

Description

This numerically evaluates the CDF function of the Curve object at the specified q

Usage

evaluateCDFfunction(theObject, ...)

Arguments

theObject

The name of the Curve Object

...

Pass-through arguments

Examples

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

Run the code above in your browser using DataLab