Description Usage Arguments Value Examples
View source: R/copulaKnockoff.R
Construct knockoffs by estimating Gaussian Copulas first
1 | copulaKnockoff(data.x, R = NULL, marginal_list = NULL)
|
data.x |
input data |
R |
correlation matrix, can be provided, default value is NULL, where the algorithm will estimate it |
marginal_list |
marginal list, containing mean and standard deviation |
A list of correlation and constructed knockoff
1 2 3 | out_copula = gaussianCopula(p = 100, n = 500, type = "diag")
out_data = gaussianDistributionGeneration(copula = out_copula, p = 100, n = 500)
out = copulaKnockoff(out_data$data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.