Likelihood ratio test for bi dimensional data


ROOT Version: 6.16
_Platform:_MacOs Mojave
Compiler: gcc


Hello Everyone. This might not be the best place to post this question but I can’t find a way out of this problem.
1- bosons have an angular distribution in ΞΈ and πœ™

𝐹(πœƒ,πœ™)=34πœ‹[0.5(1βˆ’π›Ό)+(0.5)(3π›Όβˆ’1)π‘π‘œπ‘ (πœƒ)2βˆ’π›½π‘ π‘–π‘›(πœƒ)2π‘π‘œπ‘ (2πœ™)βˆ’2β€Ύβˆšπ›Ύπ‘ π‘–π‘›(2πœƒ)π‘π‘œπ‘ (πœ™)]

With 𝛼=0.65,𝛽=0.06,𝛾=βˆ’0.18

I sample some Monte Carlo events from this distribution (50000). Now 0- bosons are uniformly distributed πœƒ,πœ™,
that means that the pdf is a constant:
𝑓(πœƒ,πœ™)=12πœ‹2π‘–π‘“πœƒβˆˆ[0,πœ‹],πœ™βˆˆ[0,2πœ‹]

I’m asked to test the hypothesis that the Montecarlo data comes from 1- or 0- distribution. This sounds really trivial of course. I opted for a simple likelihood ratio. Note now that 𝐹(πœƒ,πœ™) reduces to uniform when 𝛼=𝛼0=1./3,𝛽=𝛽0=0,𝛾=𝛾0=0:

πœ†=βˆπ‘“(πœƒ,πœ™|𝛼0,𝛽0,𝛾0) / ∏𝐹(πœƒ,πœ™|𝛼,𝛽,𝛾)

So basically what I do now is simple taking every πœƒ and πœ™ in my 50000 events and plug it into each pdf and get the value or the likelihood for that instance to be sampled given the uniform or alternative hypothesis.

Since both values are, by definition of pdf minor than 1, then this multiplication computation exceeds the numerical precision of a long double in c++. What I did then is turn into a logarithm:
π‘™π‘œπ‘”(πœ†)=βˆ‘π‘™π‘œπ‘”(𝑓(πœƒπ‘–,πœ™π‘–|𝛼0,𝛽0,𝛾0))βˆ’βˆ‘π‘™π‘œπ‘”(𝐹(πœƒπ‘–,πœ™π‘–|𝛼,𝛽,𝛾))

This value turns out to be:
π‘™π‘œπ‘”(πœ†)=βˆ’40051β†’πœ†=𝑒xp(βˆ’40051)

with the method I used before.

I expected a really small value for the statistics since a sample from one of the hypothesis I’m testing on but can it be this small?
Furthermore how do I compute the rejection region according to the Neyman Pearson Lemma?
Is this the best way do do a statistical hypothesis test in 2 dimensions?

I’ll post some snapshot of the distributions and their fits. Thank you everyone who can help, I’m kind of desperate ahah.

result_ML_unbinned_2.pdf (104.0 KB)
result_ML_unbinned.pdf (76.3 KB)

@moneta perhaps you can help here please?

Thank you in advance,
Oksana.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.