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).
Double Weibull Distribution¶
This is a signed form of the Weibull distribution.
f(x;c)=c2|x|c−1exp(−|x|c)F(x;c)={12exp(−|x|c)x≤01−12exp(−|x|c)x>0G(q;c)={−log1/c(12q)q≤12log1/c(12q−1)q>12
μ′n=μn={Γ(1+nc)neven0nodd
md=μ=0μ2=Γ(c+2c)γ1=0γ2=Γ(1+4c)Γ2(1+2c)md=NAbimodal
Implementation: scipy.stats.dweibull