filterCorrelation {bahc}R Documentation

Compute the BAHC correlation matrix.

Description

Compute the BAHC correlation matrix.

Usage

filterCorrelation(x, k = 1, Nboot = 100)

Arguments

x

A matrix: x_{i,f} is feature f of object i

k

The order of filtering. k=1 corresponds to BAHC.

Nboot

The number of bootstrap copies

Value

The BAHC-filtered correlation matrix of x.

Examples

r=matrix(rnorm(1000),nrow=20)   # 20 objects, 50 features each
Cor_bahc=filterCorrelation(r)

[Package bahc version 0.3.0 Index]