Rdocumentation
powered by
Learn R Programming
dbmss (version 1.2.4)
CriticalValues: Calculate the critical values of a column of a matrix
Description
This function is used internally to apply
quantile
to each column of a matrix of simulations.
Usage
CriticalValues(rNumber, Simulations, Alpha)
Arguments
rNumber
The number of the matrix column.
Simulations
The matrix of simulations.
Alpha
The risk level.
Value
A vector of length 2 containg the $Alpha/2$ and $1-Alpha/2$ quantiles.