All numbers shown are for the past 3 months. Binomial proportion confidence interval for how likely a janitor's approvals will achieve a score of at at least n with 95% confidence. Most statistics are not significant unless there are at least 300 approvals.
| User | Level | Approvals | Del Chance | Neg Score Chance | Quartile Score | Median Score | |
|---|---|---|---|---|---|---|---|
| <%= link_to_user janitor.user %> | <%= janitor.user.level_string %> | <%= link_to janitor.approval_count, posts_path(:tags => "approver:#{janitor.user.name} order:random", :limit => 200) %> | <%= link_to janitor.deletion_chance, posts_path(:tags => "approver:#{janitor.user.name} status:deleted", :limit => 200) %> | <%= link_to janitor.neg_score_chance, posts_path(:tags => "approver:#{janitor.user.name} score:<0", :limit => 200) %> | <%= janitor.percentile_25_score %> | <%= janitor.percentile_50_score %> | <% if CurrentUser.user.is_moderator? && janitor.trial && janitor.trial.active? %> <%= link_to "Promote", promote_janitor_trial_path(janitor.trial), :method => :put, :remote => true %> | <%= link_to "Demote", demote_janitor_trial_path(janitor.trial), :method => :put, :remote => true %> <% end %> |