corr_thresh

Corrmat thresh

Package

Benchpress

Version

Language

Python

Docs

Paper

Lauritzen[1]

Graph type

UG

Docker

bpimages/datascience-python:1.1

Module folder

corr_thresh

Description

Thresholding the estimated correlation matrix. Assuming Gaussian data, absense of an edge between a pair of nodes corresponds to marginal independence.

Example JSON

[
  {
    "id": "ct",
    "thresh": 0.5,
    "timeout": null
  }
]