R/mgpd_init.R

Defines functions mgpd_init

Documented in mgpd_init

mgpd_init <-
function(xdat)
{
p              = NULL
for(i in 1:dim(xdat)[2]) p = c(p,fgev(xdat[,i],std.err = FALSE)[[1]])
p
}

Try the mgpd package in your browser

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

mgpd documentation built on May 2, 2019, 9:39 a.m.