c_manifoldness {stops}R Documentation

c-manifoldness calculates c-manifoldness as the maximal correlation coefficient

Description

c-manifoldness calculates c-manifoldness as the maximal correlation coefficient

Usage

c_manifoldness(confs)

Arguments

confs

a numeric matrix or data frame with two columns

Examples

x<--100:100
y<-sqrt(100^2-x^2)
confs<-cbind(x,y)
c_manifoldness(confs)

[Package stops version 0.0-40 Index]