Skip to content

Commit

Permalink
docs: add multikplication and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Jan 17, 2025
1 parent 8995870 commit 9dedf16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ A z-score or a standard score represents the number of standard deviations a dat

Provided the z-scores table, we can see that:

- High priority: corresponds to `mean + 1.28 standard_deviation` value.
- High priority: corresponds to `mean + 1.28 * standard_deviation` value.
- Medium priority: is the `mean` value.
- Low priority: corresponds to `mean - 1.28 standard_deviation`
- Low priority: corresponds to `mean - 1.28 * standard_deviation` value.
- None priority: is the `mean` value.

Note: if the last 5 blocks are all empty, we will return the node's min gas price.
Expand Down

0 comments on commit 9dedf16

Please sign in to comment.