JoinColony/Colony-Whitepaper

Equation typos

kronosapiens opened this issue · 1 comments

In section 7.8 (reputation mining rewards), equation 3 is incorrect:

w_n = (1 - exp{t_n / T})(1 - (n - 1)/N)

The term (1 - exp{t_n / T}) should be (1 - exp{-t_n / T}), with the exponential term going to 0 as t_n goes to infinity.