{ } Raw JSON

bundles / scipy latest / scipy / stats / _continuous_distns / powerlognorm_gen

class

scipy.stats._continuous_distns:powerlognorm_gen

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

Signature

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

Members

Summary

A power log-normal continuous random variable.

Extended Summary

%(before_notes)s

Notes

The probability density function for powerlognorm is:

where is the normal pdf, and is the normal cdf, and , .

powerlognorm takes and as shape parameters.

%(after_notes)s

%(example)s

Aliases

  • scipy.stats._continuous_distns.powerlognorm_gen