powered by
This function generates a vector of n length of the Exponential distribution with parameters a and b.
Exponential(n, a, b)
Length of vector to be generated.
Parameter of the Exponential distribution function
# NOT RUN { Exponential(100, 10000, 0.8) # }
Run the code above in your browser using DataLab