Learn R Programming

CDsampling (version 0.1.6)

Fdet_func_unif: 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)

Value

product of all allocation

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)

Examples

Run this code
Fdet_func_unif(w=c(0.2,0.2,0.2,0.2,0.2))


Run the code above in your browser using DataLab