Dear experts,
I have a question about offset in likelihood function.
According to createNLL() function, there are three options:
none, initial, and bin (ROOT: RooAbsPdf Class Reference)
However, in RooMinimizer (ROOT: RooMinimizer Class Reference) and ProfileLikelihoodTestStat (ROOT: RooStats::ProfileLikelihoodTestStat Class Reference), there are only two options: true and false. If I set it as true, which options are assigned? (initial or bin?)
Thank you