R/prec2dens.R

Defines functions prec2dens

Documented in prec2dens

prec2dens<- function(precision)
{
  return(sum(abs(precision)))
}

Try the DensParcorr package in your browser

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

DensParcorr documentation built on May 2, 2019, 3:33 p.m.