R/int_get_pointwise_transmitted_information.R

Defines functions pti

get_pointwise_transmitted_information <- pti <- function(c, prior) {
  H(prior) - H(c)
}

Try the statConfR package in your browser

Any scripts or data that you put into this service are public.

statConfR documentation built on April 3, 2025, 5:35 p.m.