This is documentation for an old release of SciPy (version 0.18.1). Search for this page in the documentation of the latest stable release (version 1.15.1).
R-distribution Distribution¶
A general-purpose distribution with a variety of shapes controlled by c>0. Range of standard distribution is x∈[−1,1]
f(x;c)=(1−x2)c/2−1B(12,c2)F(x;c)=12+xB(12,c2)2F1(12,1−c2;32;x2)
μ′n=(1+(−1)n)2B(n+12,c2)
The R-distribution with parameter n is the distribution of the correlation coefficient of a random sample of size n drawn from a bivariate normal distribution with ρ=0. The mean of the standard distribution is always zero and as the sample size grows, the distribution’s mass concentrates more closely about this mean.
Implementation: scipy.stats.rdist