R/int_get_pointwise_binary_transmitted_information.R

Defines functions pti2

get_pointwise_binary_transmitted_information <- pti2 <- function(c, p = 0.5)
{
  H2(p) - H2(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.