Skip to main content

StatsDExpCDF

StatsDExpCDF (x, µ, σ)

The StatsDExpCDF function returns the double-exponential cumulative distribution function

F(x;μ,σ)={exp(xμσ) when x<μ112exp(xμσ) when xμF(x ; \mu, \sigma)=\left\{\begin{array}{ll} \displaystyle \exp \left(\frac{x-\mu}{\sigma}\right) & \text { when } x<\mu \\ \\ \displaystyle 1-\frac{1}{2} \exp \left(-\left|\frac{x-\mu}{\sigma}\right|\right) & \text { when } x \geq \mu \end{array}\right.

where σ>0. It returns NaN if σ=0.

See Also

Statistical Analysis, StatsDExpPDF, StatsInvDExpCDF