bundles / scipy latest / scipy / stats / _continuous_distns / rdist_gen
class
scipy.stats._continuous_distns:rdist_gen
Signature
class rdist_gen ( momtype = 1 , a = None , b = None , xtol = 1e-14 , badvalue = None , name = None , longname = None , shapes = None , seed = None ) Members
Summary
An R-distributed (symmetric beta) continuous random variable.
Extended Summary
%(before_notes)s
Notes
The probability density function for rdist is:
for , . rdist is also called the symmetric beta distribution: if B has a beta distribution with parameters (c/2, c/2), then X = 2*B - 1 follows a R-distribution with parameter c.
rdist takes c as a shape parameter for .
This distribution includes the following distribution kernels as special cases
c = 2: uniform c = 3: `semicircular` c = 4: Epanechnikov (parabolic) c = 6: quartic (biweight) c = 8: triweight
%(after_notes)s
%(example)s
Aliases
-
scipy.stats._continuous_distns.rdist_gen