d_ccscore: Two functions Hscore

Description Usage Arguments Value Examples

Description

Calculates the Hscore of the matrix composed by function x and function y as rows

Usage

1
d_ccscore(x, y)

Arguments

x

a function

y

a function

Value

The hscore of a matrix having x and y as rows

Examples

1
2
3
x <- runif(5, min=0, max=100)
y <- runif(5, min=0, max=100)
d_ccscore(x,y)

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