Exponential: Exponential Distribution Function

Description Usage Arguments Examples

View source: R/SkeweDF_functions.R

Description

This function generates a vector of n length of the Exponential distribution with parameters a and b.

Usage

1
Exponential(n, a, b)

Arguments

n

Length of vector to be generated.

a

Parameter of the Exponential distribution function

b

Parameter of the Exponential distribution function

Examples

1
Exponential(100, 10000, 0.8)

SkeweDF documentation built on Jan. 16, 2021, 5:38 p.m.

Related to Exponential in SkeweDF...