compute_ecdf {dupiR}R Documentation

Compute ECDF (empirical cumulative distribution function)

Description

Compute ECDF (empirical cumulative distribution function)

Usage

compute_ecdf(posterior)

Arguments

posterior

numeric vector of posterior probabilities over the prior support

Value

numeric vector with empirical cumulative distribution function (cumulative sum of posterior)


[Package dupiR version 1.2.1 Index]