UniformFhatY
UniformFhatY is a nonparametric estimator for the distribution function F_Y of a real-valued random variable Y. It is a smoothed alternative to the empirical distribution function (EDF), designed to produce a monotone, bounded estimate of F_Y by applying a uniform kernel smoothing on the data. The construction uses a sample Y_1, ..., Y_n and a bandwidth parameter h > 0 to control smoothing.
One practical form of UniformFhatY uses the cumulative uniform kernel. For a given y, the estimator is
F_hat_Y(y) = (1/n) sum_{i=1}^n max(0, min(1, (y - Y_i)/h)).
Intuitively, each observation contributes a linearly increasing amount to F_hat_Y over an interval of width h,
As with other kernel-based methods, UniformFhatY depends on the bandwidth h. Smaller h decreases bias and more
Relation to related methods: it is a smoothed variant of the empirical distribution function achieved via a