LogLikelihoodExact: Calculate the log likelihood

Description Usage Arguments

View source: R/Likelihood.R

Description

Calculate the log likelihood based on the observations, gate matrix, model matrix and exposure matrix.

Usage

1
LogLikelihoodExact(Y, gate, model, exposure)

Arguments

Y

(matrix)
The numerical observation matrix with IxJ dimentions

gate

(matrix)
The numerical gate matrix with IxD dimentions

model

(ExpertMatrix)
The JxD ExpertMatrix S6 Class which contained ExpertFunctions

exposure

(matrix)
The Ix1 numerical vector which specify the exposure for each observation.


UofTActuarial/LRMoE documentation built on Feb. 18, 2022, 1:36 a.m.