Exponential distribution functions
PDFExponential(x,mu)
PDFExponential(x,mu) returns the probability density at the value x of the exponential distribution with mean parameter mu.
Calculator
Graph
CDFExponential(x,mu)
CDFExponential(x,mu) returns the value at x of the exponential cumulative distribution with mean parameter mu.
Calculator
Graph
RndExponential(mu)
RndExponential(mu) returns a random number from the exponential distribution with mean parameter mu.
Calculator