{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / rice_gen

class

scipy.stats._continuous_distns:rice_gen

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

Signature

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

Members

Summary

A Rice continuous random variable.

Extended Summary

%(before_notes)s

Notes

The probability density function for rice is:

for , . is the modified Bessel function of order zero (scipy.special.i0).

rice takes b as a shape parameter for .

%(after_notes)s

The Rice distribution describes the length, , of a 2-D vector with components , where are constant, are independent Gaussian random variables with standard deviation . Let . Then the pdf of is rice.pdf(x, R/s, scale=s).

%(example)s

Aliases

  • scipy.stats._continuous_distns.rice_gen