condMI: Calculate conditional mutual information

View source: R/condMI.R

condMIR Documentation

Calculate conditional mutual information

Description

Calculate the conditional mutual information for a subset of the state matrix

Usage

condMI(idx, statemat, norm = TRUE)

Arguments

idx

rows of the state matrix for which to compute mutual information

statemat

state matrix where each individual is a column and elements are observed states

norm

Should the overall result be normalized to the total entropy

Value

mutual information for each individual in nats

Examples

## Not run: 
  test = condMI(idx,statemat)

## End(Not run)

DJFernandes/ezHCA documentation built on June 12, 2025, 12:01 p.m.