evaluateInvfunction {gestate}R Documentation

Method for evaluating the inverse-CDF function for a Curve object at p

Description

This numerically evaluates the inverse-CDF function of the Curve object at the specified p

Usage

evaluateInvfunction(theObject, ...)

Arguments

theObject

The name of the Curve Object

...

Pass-through arguments

Examples

evaluateInvfunction(Weibull(100,1), 0.5)

[Package gestate version 1.6.0 Index]