quantileC: Quantiles Function

Description Usage Arguments Details Value

View source: R/RcppExports.R

Description

Calculate the given quantiles of a matrix.

Usage

1
quantileC(Trials, Probs)

Arguments

Trials

Integer matrix to calculate quantiles over

Probs

Vector of quantiles

Details

This function calculates the given quantiles over the rows of an integer matrix. It uses method 8 of the stat::quantiles() function. It gives the same result, to numerical accuracy, and is designed to handle matrix input. It is only designed to work on integer matrices!

Value

Numeric Matrix


MGDrivE documentation built on Oct. 23, 2020, 7:28 p.m.