getPDFfunction-Curve-method: Method for returning the PDF function for a Curve object

getPDFfunction,Curve-methodR Documentation

Method for returning the PDF function for a Curve object

Description

This retrieves the PDF function of the Curve object as a string

Usage

## S4 method for signature 'Curve'
getPDFfunction(theObject, x = "x")

Arguments

theObject

The name of the Curve Object

x

The parameter name to use in the PDF function. Default=x

Examples

getPDFfunction(Weibull(100,1))

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