diplot_fast: Dispersion Index Plot for threshld selection

Description Usage Author(s) Examples

Description

Rearranging diplot() function from POT package because there were speed problems. SEE DETAILS on the POT's package

Usage

1
diplot_fast(data, u.range, nt = max(200, nrow(data)))

Author(s)

Antoine Pissoort, antoine.pissoort@student.uclouvain.be

Examples

1
2
3
4
data.di <- data.frame(time = seq(1:length(max_all)), obs = max_all)
events <- clust(data.di, u = 26, tim.cond = 20/365, clust.max = TRUE)
diplot(events[,-3], u.range = c(28,36) ) # too slow
diplot_fast(events[,-3], u.range = c(25,35), nt = 1000 )  # Better

proto4426/PissoortThesis documentation built on May 26, 2019, 10:31 a.m.