Ta: Toeplitz Averaging

View source: R/SPT.R

TaR Documentation

Toeplitz Averaging

Description

Toeplitz Averaging

Usage

Ta(X, A1 = NULL, A2 = NULL, d)

Arguments

X

data array of size N x K1 x K2

A1, A2

the separable part of the covariance

d

bandwidth

Value

the stationary band - matrix of size d x d

Examples

X <- array(rnorm(5*10*7),c(5,10,7))
Ta(X,d=2)

TMasak/surfcov documentation built on April 25, 2022, 12:15 a.m.