Description Usage Format Details Fields Methods Examples
UPClass is a class for the resampling technique and its use in the UP disitrbution paradigm.
1 | # up <- UPClass$new()
|
An R6Class generator object
It scale the data, initilize a resmapling technique and compute the weigths of the UP distirbution
Resampling:a resampling technqiue (Default leva-one-out LOO)
x: design points
y: response
Xscaled: Scaled design points
Yscaled: Sacelde response
d: dimension
n: number of design points
rho:weight parameters
variogramme:weight paramter (default "gauss")
UPClass$new(x = NA, y = NA, Scale =TRUE,
resampling_type = "LOO", ListIndices = NULL,
kfold = 10, division_method ="random") Creates a new UPClass object.
scaleinput(newData)Scale new data.
unscaleoutput(values )unscale scaled output
computeweights(scnewdata)compute the up weights for a new set of data.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.