You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/website/contents/for-developers/PreflightGuide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,8 +186,8 @@ Let us apply some common probability distributions to this scenario.
186
186
### Multi leader slots
187
187
188
188
The probability that a pool with relative stake $\sigma$ is elected in any specific slot is given by $\phi_f(\sigma) = \phi(\sigma) = 1-{(1-f)}^\sigma$.
189
-
We have $\phi(\sigma) \ge f\phi(\sigma)$, ie a pool with stake $\sigma$ will be elected in an active slot with probability somewhat higher than $\sigma$.
190
-
For small $\sigma$, $\phi(\sigma) \approx f\phi(\sigma)$ is a fine approximation.
189
+
We have $\phi(\sigma) \ge f\sigma$, ie a pool with stake $\sigma$ will be elected in an active slot with probability somewhat higher than $\sigma$.
190
+
For small $\sigma$, $\phi(\sigma) \approx f\sigma$ is a fine approximation.
191
191
192
192
The motivation for choosing $\phi$ like this is the *independent aggregation* property
0 commit comments