Account confirmers, Anti-spam team, canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,083
edits
No edit summary |
|||
Line 19: | Line 19: | ||
#* average crashes per ADU over 7 values before recent value ("base") | #* average crashes per ADU over 7 values before recent value ("base") | ||
#* average ADU over those values ("avgADU") | #* average ADU over those values ("avgADU") | ||
#* distance of that average to the highest value in set ("dist"), clamped to a minimum of ( | #* distance of that average to the highest value in set ("dist"), clamped to a minimum of (30 crashes/avgADU) | ||
#* recent value per ADU ("data") | #* recent value per ADU ("data") | ||
#* '''(total|version)_explosiveness_1''' = (data-base)/dist | #* '''(total|version)_explosiveness_1''' = (data-base)/dist | ||
Line 25: | Line 25: | ||
#* average crashes per ADU over 7 values before recent 3 values ("base") | #* average crashes per ADU over 7 values before recent 3 values ("base") | ||
#* average ADU over those values ("avgADU") | #* average ADU over those values ("avgADU") | ||
#* standard deviation of that average ("dist"), clamped to a minimum of ( | #* standard deviation of that average ("dist"), clamped to a minimum of (15 crashes/avgADU) | ||
#* average of recent 3 values per ADU ("data") | #* average of recent 3 values per ADU ("data") | ||
#* '''(total|version)_explosiveness_3''' = (data-base)/dist | #* '''(total|version)_explosiveness_3''' = (data-base)/dist | ||
# Mark as explosive in UI if '''*_explosiveness_1 > | # Mark as explosive in UI if '''*_explosiveness_1 > 2''' or '''*_explosiveness_3 > 2'''. | ||
=== Problems with this proposal === | === Problems with this proposal === |
edits