Exponentiated Weibull Distribution¶
Two positive shape parameters a and c and x∈(0,∞)
f(x;a,c)=ac[1−exp(−xc)]a−1exp(−xc)xc−1F(x;a,c)=[1−exp(−xc)]aG(q;a,c)=[−log(1−q1/a)]1/c
Implementation: scipy.stats.exponweib
Two positive shape parameters a and c and x∈(0,∞)
Implementation: scipy.stats.exponweib