Top "Exponential-distribution" questions

Pseudorandom Number Generator - Exponential Distribution

I would like to generate some pseudorandom numbers and up until now I've been very content with the .Net library's …

algorithm language-agnostic random exponential-distribution
How to generate random numbers with exponential distribution (with mean)?

I am trying to generate exponentially distributed random number with mean equal to 1. I know how to get random number …

c++ exponential-distribution
Generate a random variable with an exponential distribution

In Matlab using the rand routine, how should I write the code to generate 500 samples from an exponential distribution, whose …

matlab statistics random-sample exponential-distribution
Exponential distribution in Python

What's the easiest way to draw a random number from an exponential distribution in Python?

python exponential-distribution
Exponential regression in R

I have some points that look like a logarithmic curve. The curve that I'm trying to obtain look like: y = …

r regression exponential-distribution
overlaying exponential distribution onto histogram

How can i overlay an exponential distribution on a histogram of time intervals? The histogram looks like an exponential distribution. …

r histogram exponential-distribution