rowQuantile {kDGLM} | R 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.
[Package kDGLM version 1.2.0 Index]