powered by
Calculates the normalizing constant for the multiplicative multinomial using direct numerical summation
NormC(Y, paras, log = FALSE)
Total number of observations
Object of class paras
paras
Boolean, with default FALSE meaning to return the value, and TRUE meaning to return the natural logarithm
FALSE
TRUE
Robin K. S. Hankin
jj <- paras(3) theta(jj) <- 2 NormC(5,jj)
Run the code above in your browser using DataLab