Fdet_func_unif {CDsampling} | R Documentation |
Determinant function to be used for finding constrained uniform samplings
Description
Determinant function to be used for finding constrained uniform samplings
Usage
Fdet_func_unif(w, beta = NULL, X = NULL, link = NULL)
Arguments
w |
allocation (can be exact or approximate) |
beta |
use NULL (default to be NULL) |
X |
use NULL (default to be NULL) |
link |
use NULL (default to be NULL) |
Value
product of all allocation
Examples
Fdet_func_unif(w=c(0.2,0.2,0.2,0.2,0.2))
[Package CDsampling version 0.1.3 Index]