cdf.exponential: Method to obtain the cdf of an 'exponential' object.

View source: R/exponential.R

cdf.exponentialR Documentation

Method to obtain the cdf of an exponential object.

Description

Method to obtain the cdf of an exponential object.

Usage

## S3 method for class 'exponential'
cdf(x, ...)

Arguments

x

The object to obtain the pdf of

...

Additional arguments (not used)

Value

A function that computes the cdf of the exponential. Accepts as input a vector t at which to compute the cdf, an input rate denoting the failure rate of the exponential distribution, and a logical log indicating whether to compute the log of the cdf. By default, rate is the failure rate of object x.


queelius/algebraic.dist documentation built on Jan. 27, 2025, 8:46 a.m.