pemp {LMoFit} | R Documentation |
Emperical cumulative distribution function
pemp(data)
data |
quantile/s |
A dataframe containing two columns as the sorted observations and the corresponding empirical probability of non-exceedance
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
output <- pemp(data = runif(n = 50, min = 10, max = 100))