
lcdensity
Compute the (normalized) log-likelihood for an object of class lcdensity
as described in the details section for the function logcon
. The main use of this function is for comparing different results from logcon
based on different (starting) domains.
loglike(lcd)
A single numeric value, the (normalized) log-likelihood.
an object of class lcdensity
Dominic Schuhmacher dominic.schuhmacher@mathematik.uni-goettingen.de
Kaspar Rufibach kaspar.rufibach@gmail.com
Lutz Duembgen duembgen@stat.unibe.ch
logcon
x <- matrix(c(0,0.5,0.5,1,1,2,3,3),4,2)
res <- logcon(x)
loglike(res)
Run the code above in your browser using DataLab