covariance_i_j_vec: Compute the approximate covariance tensor for lag windows...

View source: R/covariance_functions.R

covariance_i_j_vecR Documentation

Compute the approximate covariance tensor for lag windows defined by i,j

Description

'covariance_i_j_vec' Computes the approximate covariance tensor of the functional data for lag windows defined by i,j; a vectorized version of covariance_i_j.

Usage

covariance_i_j_vec(f_data, i, j)

Arguments

f_data

the functional data matrix with observed functions in the columns

i, j

the indices i,j in 1:T that we are computing the covariance for

Value

A 4-dimensional array, encoding the covariance tensor of the functional data for lag windows defined by i,j.


wwntests documentation built on Nov. 1, 2022, 5:05 p.m.