The StatsExpPDF function returns the exponential probability distribution function
f(x;μ,σ)=σ1exp(−σx−μ),
where µ is the location parameter and σ > 0 is the scale parameter. Use µ = 0 and σ = 1 for the standard form of the exponential PDF. It returns NaN for σ = 0.
See Also
Statistical Analysis, StatsExpCDF, StatsInvExpCDF