Fatigue Life (Birnbaum-Saunders) Distribution¶
This distribution’s pdf is the average of the inverse-Gaussian (μ=1) and reciprocal inverse-Gaussian pdf (μ=1) . We follow the notation of JKB here with β=S. for x>0
f(x;c)=x+12c√2πx3exp(−(x−1)22xc2)F(x;c)=Φ(1c(√x−1√x))G(q;c)=14[cΦ−1(q)+√c2(Φ−1(q))2+4]2
M(t)=c√2πexp[1c2(1−√1−2c2t)](1+1√1−2c2t)
μ=c22+1μ2=c2(54c2+1)γ1=4c√11c2+6(5c2+4)3/2γ2=6c2(93c2+41)(5c2+4)2
Implementation: scipy.stats.fatiguelife