Learn R Programming

SkeweDF (version 0.1.0)

Exponential: Exponential Distribution Function

Description

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

Usage

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

Run this code
# NOT RUN {
Exponential(100, 10000, 0.8)
# }

Run the code above in your browser using DataLab