colQuantile {kDGLM}R Documentation

colQuantile

Description

A function that calculates the column-wise quantile of a matrix.

Usage

colQuantile(X, q)

Arguments

X

matrix.

q

numeric: A number between 0 and 1.

Value

numeric: The chosen quantile for each column of X.


[Package kDGLM version 1.2.0 Index]