var_k: Exact variance of k-sample test

View source: R/RcppExports.R

var_kR Documentation

Exact variance of k-sample test

Description

Compute the exact variance of kernel test for the k-sample problem under the null hypothesis that F1=...=Fk.

Usage

var_k(Kcen, sizes, cum_size)

Arguments

Kcen

the matrix with centered kernel values

sizes

vector indicating sample's size.

cum_size

vector indicating sample's cumulative sizes.

Value

the value of computed variance.


QuadratiK documentation built on Oct. 29, 2024, 5:08 p.m.