margProj: Internal function multiplying a mass function by the sparse...

View source: R/RcppExports.R

margProjR Documentation

Internal function multiplying a mass function by the sparse matrix A.

Description

Internal function multiplying a mass function by the sparse matrix A.

Usage

margProj(p, bS, M)

Arguments

p

A subprobability mass function on the full joint space.

bS

A binary matrix specifying the set of observation patterns. Each row encodes a single pattern.

M

A vector of positive integers giving the alphabet sizes of the discrete variables.

Value

A collection of marginal mass functions.


MCARtest documentation built on Oct. 29, 2024, 5:08 p.m.

Related to margProj in MCARtest...