compute_ecdf: Compute ECDF (empirical cumulative distribution function)

View source: R/utils.R

compute_ecdfR 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)


dupiR documentation built on May 29, 2024, 1:21 a.m.