Statistical Debugging Flashcards

1
Q

Increase() measure

A

Increase(P) = Failure(P) - Context(P)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Failure(P)

A

Failure(P) = F(P) / (F(P) + S(P))

F(P) - # failing runs where P is observed to be true

S(P) - # successful runs where P is observed to be true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Context(P)

A

Context(P) = F(P observed) /(F(P observed) + S(P observed))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Abstracting Predicate Counts

A
  • Never observed
    0 False at least once, never true
    1 True at least once, never false
  • Both true and false at least once
How well did you know this?
1
Not at all
2
3
4
5
Perfectly