qM.sM {sbgcop} | R Documentation |
Computes quantiles along the third dimension of a 3-d array.
qM.sM(sM, quantiles = c(0.025, 0.5, 0.975))
sM |
an m x n x s array |
quantiles |
quantiles to be computed |
an array of dimension m x n x l, where l is the length of
quantiles
Peter Hoff