Generalized Exponential Distribution#
Three positive shape parameters a,b,c>0 with support x≥0.
f(x;a,b,c)=(a+b(1−e−cx))exp(ax−bx+bc(1−e−cx))F(x;a,b,c)=1−exp(ax−bx+bc(1−e−cx))G(q;a,b,c)=F−1
Implementation: scipy.stats.genexpon
Three positive shape parameters a,b,c>0 with support x≥0.
Implementation: scipy.stats.genexpon