{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / dpareto_lognorm_gen

class

scipy.stats._continuous_distns:dpareto_lognorm_gen

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

Signature

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

Members

Summary

A double Pareto lognormal continuous random variable.

Extended Summary

%(before_notes)s

Notes

The probability density function for dpareto_lognorm is:

where , and are the normal PDF and CDF, respectively, , and for real numbers and , , , and [1].

dpareto_lognorm takes u as a shape parameter for , s as a shape parameter for , a as a shape parameter for , and b as a shape parameter for .

A random variable distributed according to the PDF above can be represented as where , , and are independent, is lognormally distributed such that , and and follow Pareto distributions with parameters and , respectively [2].

%(after_notes)s

Aliases

  • scipy.stats._continuous_distns.dpareto_lognorm_gen