likelihood_V_W: likelihood p(V | W)

Description Usage Arguments Details Value

View source: R/closeform.R

Description

computes p(V|W)

Usage

1
likelihood_V_W(V, W, alpha, beta, log = TRUE, vectorizable = FALSE)

Arguments

V

a full matrix with one observation per column

Details

Computes the likelihood of a full V. Since each column is independent, the likelihood of the whole matrix V is the product of the likelihoods of each column in V.

Value

log probability


alumbreras/MMLE-GaP documentation built on May 18, 2019, 2:37 a.m.