trans_mean | R Documentation |
Transfer learning for mean estimation.
trans_mean(t.mean.m, A.mean, n, clambda=1)
t.mean.m |
The estimated target p-dimensional mean vector, where p is mean dimension. |
A.mean |
A K*p matrix with the k-th row being the estimated p-dimensional mean vector of the k-th auxiliary domain. |
n |
The target sample size. |
clambda |
The coefficients set in tuning parameters used in transfer learning for mean eatimation, and the default setting is clambda.m * sqrt( log(p) / n ). |
t.mean.m.hat: The transfer learning estimation of the target p-dimensional mean vector.
Mingyang Ren renmingyang17@mails.ucas.ac.cn.
Ren, M. and Wang J. (2023). Local transfer learning of Gaussian graphical mixture models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.