minMedian: Minimal median

Description Usage Arguments Value Examples

Description

Computes the minimal median of a vector or matrix.

Usage

1

Arguments

x

a vector or matrix of real numbers. if a matrix, then the minimal median will be computed for each column.

Value

the minimal median of x.

Examples

1
minMedian(1:6) # returns 3

kpmt documentation built on May 1, 2019, 7:58 p.m.

Related to minMedian in kpmt...