R/estradaIndex.r

Defines functions estradaIndex

Documented in estradaIndex

estradaIndex <-function(A)
{
      EIG                   <- eigen(A)
      return( sum(exp(EIG$val)))
}

Try the ldstatsHD package in your browser

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

ldstatsHD documentation built on Aug. 14, 2017, 5:06 p.m.