umc.mat {mable} | R Documentation |
Matrix of the uniform marginal constraints
Description
Matrix of the uniform marginal constraints
Usage
umc.mat(m)
Arguments
m |
vector of d nonnegative integers |
Details
the matrix of the uniform marginal constraints A
is used to form the
linear equality constraints on parameter p
: Ap=1/(m+1)
.
Value
an |m| x K
matrix, |m|=m[1]+...+m[d])
, K=(m[1]+1)...(m[d]+1)
.
[Package mable version 4.1.1 Index]