dqcControl | R Documentation |
A list of parameters for controlling the fitting process.
dqcControl(tau.range = c(0.001, 0.999), nt = 10, ndir = 50, seed = NULL)
tau.range |
vector with range of quantile probabilities. See details. |
nt |
length of grid of quantiles within |
ndir |
number of directions. |
seed |
seed for |
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.
Marco Geraci
Viroli C, Farcomeni A, Geraci M (2020). Directional quantile-based classifiers (in preparation).
dqc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.