Skip to content

Commit ecebc44

Browse files
committed
fixes to signal and impact
1 parent 84b7c80 commit ecebc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hackers/signal-and-impact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Question | Signal | Impact
1313
-- | ------ | -------
1414
What is it? | Average Reputation per report. As Reputation is gained or lost each time a report is closed, Signal is an aggregate representation of report validity. It corresponds to Reputation changes for triage states ranging from "Spam" to "Resolved." | Average Reputation per bounty. As Reputation is gained based on the relative size of the awarded bounty, Impact is an aggregate representation of report severity. It corresponds to Reputation gains calculated by bounty levels awarded.
1515
What's the measured scale? | -10 to 7 | 0 to 50
16-
Are there any caveats to calculations? | <li>Only calculated when there are more than 3 closed reports or 3 bounties respectively <br><li>Self-closed and duplicate reports don't affect Signal | <li>Only calculated when there are more than 3 closed reports or 3 bounties respectively<br><li>Self-closed and duplicate reports don't affect Impact</li><li>Only calculated for reports submitted to programs that offer bounties
16+
Are there any caveats to calculations? | <li>Only calculated when there are more than 3 closed reports.<br><li>Self-closed and duplicate reports don't affect Signal. | <li>Only calculated when there are more than 3 bounties.<br><li>Self-closed and duplicate reports don't affect Impact.</li><li>Only calculated for reports submitted to programs that offer bounties.
1717

1818
### Calculation Example
1919
![signal and impact calculation](./images/signal_impact_calculation_chart_2.png)

0 commit comments

Comments
 (0)