Description Usage Arguments Value
View source: R/bd_calc_quantiles.R
The input matrix X has dimensions S x G, where S is the number of samples and G the number of grid points at which X was evaluated. Calculate quantiles for each grid point, g = 1,2,..G.
1 | bd_calc_quantiles(X, probs = c(0.025, 0.5, 0.975))
|
X |
The matrix for which quantiles are calculated, with dimensions S x G |
probs |
The probability values at which to calculate the quantiles (default: |
The quantiles, a matrix with dimension length(probs) x G
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.