ensemble_avg: Estimating Ensemble Kernel Matrices Using AVG

Description Usage Arguments Details Value Author(s) References See Also

View source: R/ensemble.R

Description

Give the ensemble projection matrix and weights of the kernels in the library using simple averaging.

Usage

1
ensemble_avg(beta_exp, error_mat, A_hat)

Arguments

beta_exp

(numeric/character) A numeric value specifying the parameter when strategy = "exp" ensemble_exp.

error_mat

(matrix, n*K) A n\*K matrix indicating errors.

A_hat

(list of length K) A list of projection matrices to kernel space for each kernel in the kernel library.

Details

Simple Averaging

Motivated by existing literature in omnibus kernel, we propose another way to obtain the ensemble matrix by simply choosing unsupervised weights u_d=1/D for d=1,2,...D.

Value

A_est

(matrix, n*n) The ensemble projection matrix.

u_hat

(vector of length K) A vector of weights of the kernels in the library.

Author(s)

Wenying Deng

References

Jeremiah Zhe Liu and Brent Coull. Robust Hypothesis Test for Nonlinear Effect with Gaussian Processes. October 2017.

Xiang Zhan, Anna Plantinga, Ni Zhao, and Michael C. Wu. A fast small-sample kernel inde- pendence test for microbiome community-level association analysis. December 2017.

Arnak S. Dalalyan and Alexandre B. Tsybakov. Aggregation by Exponential Weighting and Sharp Oracle Inequalities. In Learning Theory, Lecture Notes in Computer Science, pages 97– 111. Springer, Berlin, Heidelberg, June 2007.

See Also

mode: tuning


CVEK documentation built on Jan. 8, 2021, 5:42 p.m.