Question about interpreting 'Final Likelihood (-lnL)' and when to use --poisson in CAFE5 #256
Unanswered
MegadogDede
asked this question in
Q&A
Replies: 3 comments
|
Hi, Thanks for your questions. Some answers:
Matt |
0 replies
|
Dear Hahnlab CAFE team, Best regards, |
0 replies
|
As I mentioned in my response on the Discussions page, I do not believe you can choose between these very different models based on their likelihoods. We still recommend the default root distribution.
thanks,
Matt
On Jan 30, 2026, at 7:35 AM, MegadogDede ***@***.***> wrote:
Dear Hahnlab CAFE team,
Thank you for your patient and helpful answers. I'm confused about that Even though adding --poisson improves the Likelihoods, is the default root distribution still usually recommended?
My two of those results are as follows:
cafe5 -t subtree.nwk -i filtered.cafe.input.filtered.tsv -e -o Base → (-lnL): 261917
cafe5 -t subtree.nwk -i filtered.cafe.input.filtered.tsv -p -e -o Base_p→ (-lnL): 202103
Thanks again for your time and guidance.
Best regards,
WangWang
—
Reply to this email directly, view it on GitHub<#256 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFLO6K6HS3ZI3VHNA5Q2JNT4JL3TPAVCNFSM6AAAAACTMZ3ESGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNRUG42DOMI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Dear Hahnlab CAFE team,
Thank you for developing and maintaining CAFE5 — it has been very helpful.
I am running CAFE5 on a small dataset (6 taxa) and I am a bit confused about how to interpret and compare the model outputs, especially the “Final Likelihood (-lnL)” value and the use of the root frequency option.
I ran the base model with the same input matrix and timetree, changing only whether I include the Poisson root frequency option:
cafe5 -i filtered.cafe.input.tsv -t timetree_6species.nwk -o base
Model Base Final Likelihood (-lnL): 161736
Lambda: 0.0018652515272477
Maximum possible lambda for this topology: 0.0134469
55 values were attempted (0% rejected)
cafe5 -i filtered.cafe.input.tsv -t timetree_6species.nwk --poisson -o base_p
Model Base Final Likelihood (-lnL): 74282.9
Lambda: 0.001952787471529
Maximum possible lambda for this topology: 0.0134469
55 values were attempted (0% rejected)
My questions:
Thank you very much for your time and guidance.
Best regards,
WangWang
All reactions