Commit 88834d34 authored by Davis King's avatar Davis King

Fixed grammar

parent 86eaaf45
...@@ -118,7 +118,7 @@ namespace dlib ...@@ -118,7 +118,7 @@ namespace dlib
- k1 <= n1 - k1 <= n1
- k2 <= n2 - k2 <= n2
ensures ensures
- Given two Binomially distributed random variables, X1 and X2, we want to know - Given two binomially distributed random variables, X1 and X2, we want to know
if these variables have the same parameter (i.e. the chance of "success"). if these variables have the same parameter (i.e. the chance of "success").
So assume that: So assume that:
- You observed X1 to give k1 successes out of n1 trials. - You observed X1 to give k1 successes out of n1 trials.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment