Description Usage Arguments Value
Fit discrete multivariate data using Gaussian copula
1 |
mapped_data |
A discrete dataset whose discrete values are all numeric or have been mapped to numbers. |
nearPDproj |
Logical. If TRUE, the estimated correlation matrix using Kendall's tau will be projected to the nearest positive definite matrix. |
ncores |
Number of cores to use when parallelized computing of the correlation matrix. |
Fhat |
A list of estimated marginal cdfs of the dataset. Each item in the list is a |
An object of class DGCFit
with components
mapped_data |
The input |
tau |
The Kendall's tau matrix of the input discrete numerical dataset. |
corr |
The estimated correlation matrix using the Kendall's tau matrix. |
cdfs |
The list of estimated marginal cdfs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.