expdist: Creates an Object Representing Exponential Distribution

View source: R/creators.R

expdistR Documentation

Creates an Object Representing Exponential Distribution

Description

The function creates an object which represents the exponential distribution.

Usage

expdist(rate = 1)

Arguments

rate

rate parameter, default: 1.

Details

See Exponential.

Value

Object of class expdist.

See Also

Exponential

Examples

E <- expdist(1)
d(E, c(2, 3, 4, NA))
r(E, 5)

mistr documentation built on March 7, 2023, 7:42 p.m.