backend.base: An incomplete backend.

View source: R/base_backend.R

backend.baseR Documentation

An incomplete backend.

Description

Other backends build on this. See and use backend instead.

Usage

backend.base(X, Y, cache.size = 0, n.eff = nrow(X))

Arguments

X

Matrix. The data vector for the X side

Y

Matrix. The data vector for the Y side

cache.size

The cache size storing the correlations. Defaults to 0 (don't store anything).

n.eff

Effective sample size. Nothing to change if rows of X and Y are independent.


miheerdew/cbce documentation built on Aug. 28, 2023, 2:18 p.m.