Corrmat thresh (Benchpress)

Module name

corr_thresh

Package

Benchpress

Version

Language

Python

Docs

Paper

Lauritzen[1]

Graph type

UG

MCMC

No

Edge constraints

No

Data type

C

Data missingness

Intervention type

Docker

bpimages/datascience-python:1.1

Corrmat thresh

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,
    "method": "corr",
    "timeout": null
  }
]