.marginCombo {lcopula} | R Documentation |
Rcpp function to compute sum of rows and couple according to alphavec
Description
Rcpp function to compute sum of rows and couple according to alphavec
Usage
.marginCombo(alphavec, mc)
Arguments
alphavec |
vector of Dirichlet allocations (must be a vector of integers) |
mc |
a matrix of Archimedean vectors to share of dimension |
Value
a matrix of dimension n
by length(alphavec)
with combined data
[Package lcopula version 1.0.7 Index]