rowQuantile: rowQuantile

View source: R/func_helper.R

rowQuantileR Documentation

rowQuantile

Description

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

Usage

rowQuantile(X, q)

Arguments

X

matrix.

q

numeric: A number between 0 and 1.

Value

numeric: The chosen quantile for each row of X.


kDGLM documentation built on April 4, 2025, 4:44 a.m.