ecdf_eval_left: Left limit of empirical CDF

View source: R/ecdf_utils.R

ecdf_eval_leftR Documentation

Left limit of empirical CDF

Description

Returns F(x^-) = \Pr(Y < x), the strict left limit of the CDF at x. Used by the discrete CIC estimator.

Usage

ecdf_eval_left(ec, x)

Arguments

ec

An ecdf object from make_ecdf.

x

The point at which to evaluate the left limit.

Value

\Pr(Y < x).


sccic documentation built on April 10, 2026, 5:07 p.m.