c_sparsity function

c-sparsity

c-sparsity

Measures the c-sparsity structure

c_sparsity(conf, aggr = NULL)

Arguments

  • conf: A numeric matrix.
  • aggr: the aggregation function for configurations of more than two dimensions. Defaults to max.

Returns

a numeric value; sparsity (see scagnostics)

Examples

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