annotate _FullBNT/KPMtools/logsum_test.m @ 9:4ea6619cb3f5 tip

removed log files
author matthiasm
date Fri, 11 Apr 2014 15:55:11 +0100
parents b5b38998ef3b
children
rev   line source
matthiasm@8 1 p1 = log(1e-5);
matthiasm@8 2 p2 = log(5*1e-6);
matthiasm@8 3 p3 = log(sum(exp([p1 p2])))
matthiasm@8 4 p4 = logsumexp([p1 p2],2)
matthiasm@8 5 p5 = logsum([p1 p2])
matthiasm@8 6 p6 = logsum([p1 p2])