compute_ecdf {dupiR} | R Documentation |
Compute ECDF (empirical cumulative distribution function)
compute_ecdf(posterior)
posterior |
numeric vector of posterior probabilities over the prior support |
numeric vector with empirical cumulative distribution function
(cumulative sum of posterior
)