evaluatePDFfunction {gestate}R Documentation

Method for evaluating the PDF function for a Curve object at x

Description

This numerically evaluates the PDF function of the Curve object at the specified x

Usage

evaluatePDFfunction(theObject, ...)

Arguments

theObject

The name of the Curve Object

...

Pass-through arguments

Examples

evaluatePDFfunction(Weibull(100,1),10)

[Package gestate version 1.6.0 Index]