{ } Raw JSON

bundles / scipy latest / scipy / stats / _continuous_distns / loglaplace_gen

class

scipy.stats._continuous_distns:loglaplace_gen

source: /scipy/stats/_continuous_distns.py :6708

Signature

class   loglaplace_gen ( momtype = 1 a = None b = None xtol = 1e-14 badvalue = None name = None longname = None shapes = None seed = None )

Members

Summary

A log-Laplace continuous random variable.

Extended Summary

%(before_notes)s

Notes

The probability density function for loglaplace is:

for .

loglaplace takes c as a shape parameter for .

%(after_notes)s

Suppose a random variable X follows the Laplace distribution with location a and scale b. Then Y = exp(X) follows the log-Laplace distribution with c = 1 / b and scale = exp(a).

Aliases

  • scipy.stats._continuous_distns.loglaplace_gen