Generalized Exponential Distribution¶
Three positive shape parameters for x≥0. Note that a,b, and c are all >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 for x≥0. Note that a,b, and c are all >0.
Implementation: scipy.stats.genexpon