deviance_mixture {R2ucare} | R Documentation |
Deviance of multinomial mixture distributions
Description
This function calculates the deviance of multinomial mixture distributions.
Usage
deviance_mixture(x, M, N, s, n, nbmel)
Arguments
x |
value to which the deviance is to be evaluated |
M |
a vector of mixtures (see coef_mixtures.R) |
N |
a vector of bases (see coef_mixtures.R) |
s |
number of bases |
n |
number of cell probabilities |
nbmel |
number of mixtures |
Value
This function returns the value of the deviance for mixture distributions.
Author(s)
Olivier Gimenez <olivier.gimenez@cefe.cnrs.fr>, Roger Pradel, Rémi Choquet
References
Yantis, S., Meyer, D. E., and Smith, J. E. K. (1991). Analyses of multinomial mixture distributions: New tests for stochastic models of cognition and action. Psychological Bulletin 110, 350–374.
[Package R2ucare version 1.0.2 Index]