$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeremy Maitin-Shepard (jbms_at_[hidden])
Date: 2007-05-05 18:16:27
It seems like what is really needed is a numerical type that stores the
value and does calculations in log-space (i.e. operator* does addition,
operator/ does subtraction, pow does multiplication). Presumably it
would be defined as a template over the underlying type used for
storage.
I don't see why this needs to be or should be coupled to probabilities
in any way.
-- Jeremy Maitin-Shepard