{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / powernorm_gen

class

scipy.stats._continuous_distns:powernorm_gen

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

Signature

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

Members

Summary

A power normal continuous random variable.

Extended Summary

%(before_notes)s

Notes

The probability density function for powernorm is:

where is the normal pdf, is the normal cdf, is any real, and [1].

powernorm takes c as a shape parameter for .

%(after_notes)s

Aliases

  • scipy.stats._continuous_distns.powernorm_gen