R/PDFD.R

Defines functions PDFD

Documented in PDFD

PDFD <-
function(Ps, Tree, CheckArguments = TRUE) 
{
  if (CheckArguments)
    CheckentropartArguments()
  
  return (AllenH(Ps, 0, Tree, Normalize=FALSE, CheckArguments=FALSE))
}

Try the entropart package in your browser

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

entropart documentation built on Sept. 26, 2023, 5:09 p.m.