dmultinom_v: Vectorised multionimial distribution

Description Usage Arguments Details Value

Description

Vectorised multionimial distribution

Usage

1
dmultinom_v(counts, prob)

Arguments

counts

numeric matrix; matrix of K columns of integers in 0:size. each sample is a row

prob

numeric non-negative matrix with K columns, specifying the probability for the K classes; is internally normalized to sum 1. Infinite and missing values are not allowed. Each sample is a row.

Details

vectorised version of R base dmultinom

Value

LOG probability density / likelihood of the data counts given the parameters in prob


MyersGroup/testisAtlas documentation built on Nov. 29, 2020, 9:21 p.m.