Celeb Glow
news | April 15, 2026

Calculating lambda in statistics

$\begingroup$

I am trying to figure out how to find lambda for a question:

Compute the probability of taking at least 7 minutes to receive a call.

The exponential mean is 5.

$\endgroup$ 0

2 Answers

$\begingroup$

The density function for exponential distribution with mean 5 is: $f(x)=1/5*e^{-5/x}$.

Then if you want to find the probability of receiving the call after waiting at least 7 minutes, you just integral the density function on the interval of [7,$\infty$].

lambda is just the inverse of your mean, in is case, 1/5.

$\endgroup$ $\begingroup$

Ordinarily, we say that the random variable $X$ has exponential distribution with parameter $\lambda$ if $X$ has density function $\lambda e^{-\lambda x}$ (for positive $x$).

The mean of such a random variable $X$ is equal to $\frac{1}{\lambda}$.

It follows that if you are told that the mean is $5$ minutes, then $\frac{1}{\lambda}=5$, and therefore $\lambda=\frac{1}{5}$.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy