Learn R Programming

sbgcop (version 0.980)

qM.sM: Matrix Quantiles

Description

Computes quantiles along the third dimension of a 3-d array.

Usage

qM.sM(sM, quantiles = c(0.025, 0.5, 0.975))

Arguments

sM

an m x n x s array

quantiles

quantiles to be computed

Value

an array of dimension m x n x l, where l is the length of quantiles