fast_cov_cpp: Computes the (MODWT) wavelet covariance matrix using...

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

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

Usage

1
fast_cov_cpp(ci_hi, ci_lo)

Arguments

ci_hi

A vec that contains the upper confidence interval points.

ci_lo

A vec that contains the lower confidence interval points.

Value

A diagonal matrix.

Examples

1
2
3
4
5
6
## Not run: 
x=runif(100)
y=x+3
fast_cov_cpp(y,x)

## End(Not run)

SMAC-Group/gmwm documentation built on Sept. 11, 2021, 10:06 a.m.