{ } Raw JSON

bundles / scipy latest / scipy / stats / _continuous_distns / cauchy_gen

class

scipy.stats._continuous_distns:cauchy_gen

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

Signature

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

Members

Summary

A Cauchy continuous random variable.

Extended Summary

%(before_notes)s

Notes

The probability density function for cauchy is

for a real number .

This distribution uses routines from the Boost Math C++ library for the computation of the ppf and isf methods. [1]

%(after_notes)s

Aliases

  • scipy.stats._continuous_distns.cauchy_gen