WLJS LogoWLJS Notebook

HyperbolicDistribution

HyperbolicDistribution[α, β, δ, μ] represents a hyperbolic distribution with location parameter μ, scale parameter δ, shape parameter α, and skewness parameter β.

  • HyperbolicDistribution[λ, α, β, δ, μ] represents a generalized hyperbolic distribution with shape parameter λ.

Examples

dist = HyperbolicDistribution[2, 0, 1, 0];
PDF[dist, x]
RandomVariate[HyperbolicDistribution[1, 0.5, 1, 0], 5]

Please visit the official Wolfram Language Reference for more details.

On this page