Learn R Programming

simts (version 0.2.2)

fast_cov_cpp: Computes the (MODWT) wavelet covariance matrix using Chi-square confidence interval bounds

Description

Calculates the (MODWT) wavelet covariance matrix using Chi-square confidence interval bounds

Usage

fast_cov_cpp(ci_hi, ci_lo)

Value

A diagonal matrix.

Arguments

ci_hi

A vec that contains the upper confidence interval points.

ci_lo

A vec that contains the lower confidence interval points.