cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
rugolf
Level III

Taux de défaut - capabilité

Bonjour

Lors de l'analyse de capabilité d'un processus comportant 2 caractéristiques (2 variables), comment est calculé le taux de défaut global (celui du processus) à partir des 2 taux de défaut individuels (pour chaque variable) ?

Par avance merci pour la réponse.

 

JL

1 ACCEPTED SOLUTION

Accepted Solutions
MRB3855
Super User

Re: Taux de défaut - capabilité

Hi @rugolf : Failure rates are basically probabilities (i.e., can be easily converted to probabilities).  So, it appears what you want is Prob(Fail 1 OR Fail 2).

Prob(Fail 1 OR Fail 2) = Prob(Fail 1) + Prob(Fail 2) - Prob(Fail 1 AND Fail 2).  And if the two characteristics are independent, then Prob(Fail 1 AND Fail 2) = Prob(Fail 1)*Prob(Fail 2).

View solution in original post

1 REPLY 1
MRB3855
Super User

Re: Taux de défaut - capabilité

Hi @rugolf : Failure rates are basically probabilities (i.e., can be easily converted to probabilities).  So, it appears what you want is Prob(Fail 1 OR Fail 2).

Prob(Fail 1 OR Fail 2) = Prob(Fail 1) + Prob(Fail 2) - Prob(Fail 1 AND Fail 2).  And if the two characteristics are independent, then Prob(Fail 1 AND Fail 2) = Prob(Fail 1)*Prob(Fail 2).

Recommended Articles