View source: R/Fdet_func_unif.R
Fdet_func_unif | R Documentation |
Determinant function to be used for finding constrained uniform samplings
Fdet_func_unif(w, beta = NULL, X = NULL, link = NULL)
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) |
product of all allocation
Fdet_func_unif(w=c(0.2,0.2,0.2,0.2,0.2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.