WLJS LogoWLJS Notebook

LindleyDistribution

LindleyDistribution[δ] represents a Lindley distribution with shape parameter δ.

Examples

Create a Lindley distribution:

LindleyDistribution[2]
(* LindleyDistribution[2] *)

Compute the mean:

Mean[LindleyDistribution[2]]
(* 1/2 *)

Please visit the official Wolfram Language Reference for more details.

On this page