dqcControl.RdA list of parameters for controlling the fitting process.
dqcControl(tau.range = c(0.001, 0.999), nt = 10, ndir = 50, seed = NULL)vector with range of quantile probabilities. See details.
length of grid of quantiles within tau.range.
number of directions.
seed for set.seed.
A directional quantile classifier (Viroli et al, 2020) is computed over a grid of quantile probabilities. The vector tau.range must be of length 2, providing a minimum and a maximum for the grid, or of length 1, in which case the grid will have only one probability equal to tau.range. In the latter case nt is ignored and set equal to 1.
a list of control parameters.
Viroli C, Farcomeni A, Geraci M (2020). Directional quantile-based classifiers (in preparation).