var_sc: Variance of Pearson Correlation

Description Usage Arguments Value Examples

View source: R/var_sc.R

Description

This function returns the variance of the Pearson correlation between two signals

Usage

1
var_sc(x, y)

Arguments

xy

Numeric vectors that indicate signals of length N

Value

scalar of variance

Examples

1
var_sc(c(1,2,3,4,5,6),c(6,5,4,3,2,1))   

SignalEstimation/corrtest documentation built on Dec. 28, 2021, 12:13 a.m.