wquantile: Weighted quartile estimation

View source: R/zzzz.R

wquantileR Documentation

Weighted quartile estimation

Description

Weighted quartile estimation

Usage

wquantile(X, wt, p = 0.5)

Arguments

X

The numeric data vector.

wt

The non-negative weight vector.

p

The percentile value. The defult is 0.5.


cenROC documentation built on March 31, 2023, 5:19 p.m.

Related to wquantile in cenROC...