Description Usage Arguments Value Author(s) Examples
This function calculates a negative penalized log likelihood given a object of class mnem. This penalized likelihood is based on the normal likelihood and penalizes complexity of the mixture components (i.e. the networks).
1 2 3 4 5 6 7 8 9 |
x |
mnem object |
man |
logical. manual data penalty, e.g. man=TRUE and pen=2 for an approximation of the Akaike Information Criterion |
degree |
different degree of penalty for complexity: positive entries of transitively reduced phis or phi^r (degree=0), phi^r and mixture components minus one k-1 (1), phi^r, k-1 and positive entries of thetas (2), positive entries of transitively closed phis or phi^t, k-1 (3), phi^t, theta, k-1 (4, default), all entries of phis, thetas and k-1 (5) |
logtype |
logarithm type of the data (e.g. 2 for log2 data or exp(1) for natural) |
pen |
penalty weight for the data (e.g. pen=2 for approximate Akaike Information Criterion) |
useF |
use F (see publication) as complexity instead of phi and theta |
Fnorm |
normalize complexity of F, i.e. if two components have the same entry in F, it is only counted once |
penalized log likelihood
Martin Pirkl
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.