ct_impute | R Documentation |
Construct confidence intervals for imputation from Gaussian copula, only applied to real-valued/continuous matrices.
ct_impute(X, fit, alpha = 0.95)
X |
The original incomplete observation |
fit |
The returned object from impute_mixedgc_ppca |
alpha |
The significance level |
A list containing two matrices upper
and lower
with the same size of X
upper
Upper bound of the constructed interval at missing location, NA
as observed location.
lower
Lower bound of the constructed interval at missing location, NA
as observed location.
Yuxuan Zhao, yz2295@cornell.edu and Madeleine Udell, udell@cornell.edu
Zhao, Y., & Udell, M. (2020). Matrix Completion with Quantified Uncertainty through Low Rank Gaussian Copula. arXiv preprint arXiv:2006.10829.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.