acf_no_center: Sample Covariance Function Without Centering

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

acf_no_centerR Documentation

Sample Covariance Function Without Centering

Description

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

Usage

acf_no_center(data, lag = 0)

Arguments

data

A numeric matrix.

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.