Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
r <- rnorm(1000)
Fr <- exptailecdf(r)
pexptailecdf(Fr, max(r) + .1)
pexptailecdf(Fr, c(min(r) - .1, max(r) + .1))
pexptailecdf(Fr, matrix(c(.8, .9, 1, 1.1), 2, 2))
# }
Run the code above in your browser using DataLab