NormC: Normalizing constant for the multiplicative multinomial

NormCR 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 paras

log

Boolean, with default FALSE meaning to return the value, and TRUE meaning to return the natural logarithm

Author(s)

Robin K. S. Hankin

Examples

jj <- paras(3)
theta(jj) <- 2
NormC(5,jj)


MM documentation built on Aug. 23, 2023, 1:08 a.m.