B_h_bound: Compute weak white noise confidence bound for autocorrelation...

View source: R/autocorrelation_bound_functions.R

B_h_boundR Documentation

Compute weak white noise confidence bound for autocorrelation coefficient.

Description

'B_h_bound' Computes an approximate asymptotic upper 1-alpha confidence bound for the functional autocorrelation coefficient at lag h under a weak white noise assumption.

Usage

B_h_bound(f_data, lag, alpha = 0.05, M = NULL)

Arguments

f_data

the functional data matrix with observed functions in the columns

lag

the lag to use to compute the single lag test statistic

alpha

the significance level to be used in the hypothesis test

M

Number of samples to take when applying a Monte-Carlo approximation

Value

numeric value; the 1-alpha confidence bound for the functional autocorrelation coefficient at lag h under a weak white noise assumption.


wwntests documentation built on Nov. 1, 2022, 5:05 p.m.