WLJS LogoWLJS Notebook

SechDistribution

SechDistribution[μ, σ] represents the hyperbolic secant distribution with location parameter μ and scale parameter σ.

  • SechDistribution[] represents the hyperbolic secant distribution with location parameter 0 and scale parameter 1.

The hyperbolic secant distribution is a symmetric, continuous probability distribution.

Examples

dist = SechDistribution[0, 1];
PDF[dist, x]
Mean[SechDistribution[2, 3]]
RandomVariate[SechDistribution[], 5]

*See the official Wolfram Language Reference for more details.

On this page