approx_autocor: Function to Approximate an Autocorrelation Function Based on...

View source: R/helperfunctions_application.R

approx_autocorR Documentation

Function to Approximate an Autocorrelation Function Based on a Surface

Description

This function takes a data set given by the covariance_surf_plot_helper() function and approximates an autocorrelation function by taking the mean of the off-diagonals.

Usage

approx_autocor(cov_dat, lag = 100)

Arguments

cov_dat

Data set containing the surface information as given by covariance_surf_plot_helper().

lag

Maximal lag possible. Default is 100 such as the evaluation points of the surface.


alexvolkmann/multifammPaper documentation built on Sept. 9, 2024, 8:47 p.m.