ccscore: Hscore

Description Usage Arguments Value Examples

Description

Calculates Hscore with both alpha and beta different to 0

Calculate Hscore with both alpha and beta both different to 0

Usage

1
2
3
ccscore(mat)

ccscore(mat)

Arguments

mat

a matrix

mat

a matrix

Value

The hscore of mat

The hscore of mat

Examples

1
2
3
4
mat <- replicate(5, rnorm(5))
ccscore(mat)
mat <- replicate(5, rnorm(5))
ccscore(mat)

JacopoDior/funBI documentation built on May 6, 2019, 12:01 a.m.