NormC {MM} | R Documentation |
Normalizing constant for the multiplicative multinomial
Description
Calculates the normalizing constant for the multiplicative multinomial using direct numerical summation
Usage
NormC(Y, paras, log = FALSE)
Arguments
Y |
Total number of observations |
paras |
Object of class |
log |
Boolean, with default |
Author(s)
Robin K. S. Hankin
Examples
jj <- paras(3)
theta(jj) <- 2
NormC(5,jj)
[Package MM version 1.6-8 Index]