WLJS LogoWLJS Notebook

ExponentialPowerDistribution

ExponentialPowerDistribution[κ,μ,σ] represents an exponential power distribution with shape parameter κ, location parameter μ, and scale parameter σ.

ExponentialPowerDistribution[κ] represents an exponential power distribution with location parameter 0 and scale parameter 1.

Examples

Create an exponential power distribution and compute its mean:

dist = ExponentialPowerDistribution[2, 0, 1];
Mean[dist]
(* 0 *)

Please visit the official Wolfram Language Reference for more details.

On this page