Make clear whether chain_ll()
function calculates a likelihood or loglikelihood
#73
Labels
chain_ll()
function calculates a likelihood or loglikelihood
#73
The current documentation of the
chain_ll()
function says it calculates the likelihood. But from what I can tell it is actually the loglikelihood. Indications of this also come from the function name (I assume_ll()
stands for loglikelihood) and return value in the documentation ofnbinom_size_ll()
is "log-likelihood values".I would recommend making it clear in the documentation of
chain_ll()
whether it is the likelihood or loglikelihood being returned.Related to this could be a
log
argument in the function which accepts boolean values to turn the log transformation on or off.The text was updated successfully, but these errors were encountered: