sd_acf: Function to calculate the standard deviations and the...

View source: R/sd_acf.R

sd_acfR Documentation

Function to calculate the standard deviations and the estimates for the auto-correlation function for posterior samples (PSD and PACF).

Description

Function to calculate the standard deviations and the estimates for the auto-correlation function for posterior samples (PSD and PACF).

Usage

sd_acf(SIMP.fit, thinning_length = 1, acf.lagmax = 30)

Arguments

SIMP.fit

Returned outputs from SIMP().

thinning_length

The length for thinning before calculating PSD and PACF.

acf.lagmax

The maximal lag length for calculating PACF.


yanbowisc/SIMP documentation built on Oct. 30, 2022, 1:33 a.m.