Closed GoogleCodeExporter closed 9 years ago
I forgot the tree file
Original comment by simonuri...@gmail.com
on 31 Aug 2010 at 2:58
Attachments:
Seems like though that your first rate matrix configuration is the problem
1 0 0 1 0
0 1 0 1 0
0 0 1 0 1
1 1 0 1 0
0 0 1 0 1
if i add a number other than zero to even one of the zeros it gets out of
infinity. so there is something that is constrained there that eliminates a
reasonable answer. does that make sense?
so
1 0 0 1 0.0001
0 1 0 1 0
0 0 1 0 1
1 1 0 1 0
0 0 1 0 1
will give a non-inf answer as will
1 0 0 1 0
0 1 0 1 0.0001
0 0 1 0 1
1 1 0 1 0
0 0 1 0 1
so i would make sure that those constraints are what you want (you can always
of course constrain certain distributions which might make it easier as well).
Original comment by blackrim
on 1 Sep 2010 at 3:10
Original issue reported on code.google.com by
simonuri...@gmail.com
on 31 Aug 2010 at 2:55Attachments: