rowQuantile function

rowQuantile

rowQuantile

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

rowQuantile(X, q)

Arguments

  • X: matrix.
  • q: numeric: A number between 0 and 1.

Returns

numeric: The chosen quantile for each row of X.

  • Maintainer: Silvaneo dos Santos Jr.
  • License: GPL (>= 3)
  • Last published: 2025-03-20