c_sparsity: c-sparsity

View source: R/structurednessindices.R

c_sparsityR Documentation

c-sparsity

Description

Measures the c-sparsity structure

Usage

c_sparsity(conf, aggr = max)

Arguments

conf

A numeric matrix.

aggr

the aggregation function for configurations of more than two dimensions. Defaults to max.

Value

a numeric value; sparsity (see scagnostics)

Examples

delts<-smacof::kinshipdelta
conf<-smacof::smacofSym(delts)$conf
plot(conf,pch=19,asp=1)
c_sparsity(conf)

stops documentation built on Dec. 12, 2023, 3:02 a.m.