avg.cbt.cf: average close-by-times in a correlation function

View source: R/cf.R

avg.cbt.cfR Documentation

average close-by-times in a correlation function

Description

"close-by-times" averaging replaces the value of the correlation function at t with the "hypercubic" average with the values at the neighbouring time-slices with weights 0.25, 0.5 and 0.25 C(t') = 0.25 C(t-1) + 0.5 C(t) + 0.25 C(t+1) where periodic boundary conditions are assumed in shift.cf

Usage

avg.cbt.cf(cf)

Arguments

cf

object of type cf

Value

Returns an object of class cf.


hadron documentation built on Sept. 9, 2022, 5:06 p.m.