truncateAndComputeCovariance_lag: Sample Covariance Function Without Centering, after...

View source: R/truncate.R View source: R/RcppExports.R

truncateAndComputeCovariance_lagR Documentation

Sample Covariance Function Without Centering, after truncating data.

Description

This function truncated the data and computes the sample covariance matrix with an optional lag.

Usage

truncateAndComputeCovariance_lag(data, tau, lag = 0)

Arguments

data

A numeric matrix.

tau

A numeric vector.

lag

An integer specifying the lag.

Value

A numeric matrix representing the covariance matrix.


Dom-Owens-UoB/fnets documentation built on Nov. 22, 2024, 7:09 a.m.