R/modified_clustering_coefficent.r

Defines functions transitivity_cor_mat

Documented in transitivity_cor_mat

#' The modified clustering coefficient for a complete weighted graph, especially when we treat the correlation matrix as a network
#' @param corMat the correlation matrix for returns
#' @return the clustering coefficient vector
transitivity_cor_mat = function(corMat,samples=1000,threads=14){
  
}
zlfccnu/econophysics documentation built on Feb. 23, 2022, 10:22 p.m.