Method | Description | |
---|---|---|
CDF ( number $x, number $μ, number $b ) : float | Laplace distribution - cumulative distribution function From -∞ to x (lower CDF) https://en.wikipedia.org/wiki/Laplace_distribution | |
PDF ( number $x, number $μ, number $b ) : float | Laplace distribution - probability density function | |
mean ( number $μ, number $b ) : μ | Mean of the distribution |