Viewing a single comment thread. View all comments

No_Ninja3309_NoNoYes t1_j9psywn wrote

It depends. If you have a fact with a certain probability p, it could have been confirmed n times. The standard error if I remember correctly is the square root of p(1-p)/n. So let's say p = 0.9, the std is like a margin of error sqrt(0.9 * 0.1/n). You want n to be high to have a low std.

1