bundles / scipy 1.17.1 / docs
Doc
Laplace (Double Exponential, Bilateral Exponential) Distribution
docs/tutorial:stats:continuous_laplace
The ML estimator of the location parameter is
where is a sequence of mutually independent Laplace RV's and the median is some number between the and the order statistic ( e.g. take the average of these two) when is even. Also,
Replace with if it is known. If is known then this estimator is distributed as .
Implementation: scipy.stats.laplace