]> gitweb.factorcode.org Git - factor.git/commit
math.statistics: Get smart about the geometric mean. Calculate it in logspace so...
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 26 Sep 2014 20:33:04 +0000 (13:33 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 26 Sep 2014 20:34:25 +0000 (13:34 -0700)
commite4e6f34f0e5c110fdeb05dd04cd9b640d9b74eb4
tree21ea0b6fc34d80d0b3a295d1bf922f89abe63d7c
parentaae6fb2ae36ab3460512edd965d6da9f14797a68
math.statistics: Get smart about the geometric mean. Calculate it in logspace so we can use addition of small logarithms and multiplication instead of the nth root of a giant product.
basis/math/statistics/statistics-tests.factor
basis/math/statistics/statistics.factor