wecdf: Computes empirical weighted cdf. Modified from ecdf

wecdfR Documentation

Computes empirical weighted cdf. Modified from ecdf

Description

Computes empirical weighted cdf. Modified from ecdf

Usage

wecdf(x, w = rep(1, length(x)))

Arguments

x

vector of values

w

vector with length(w)=length(x) of weights

Value

Returns list of tables of sizes of the connected components above thr.


simonvandekar/pbj documentation built on Nov. 3, 2023, 9:33 a.m.