tube_wass | R Documentation |
this function builds a confidence band from the histograms
tube_wass(data, alpha = 0.1, nbr = 50, plot = FALSE, ...)
data |
ata of test sample and learning (data$learn and data$test). test sample must be sorted (sort(data$test)). |
alpha |
parameter for qnorm |
nbr |
number of breaks for histogram |
plot |
TRUE or FALSE, to plot confidence band |
... |
additional parameters for the histogram |
the lower edge and the upper edge of a confinement band and the aggregated version of the initial histogram.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.