smooth_sslCPP: Computes a smoothed projection using C++

Description Usage Arguments Details Value

Description

Smoothing predictor using Gaussian kernel using a C++ implementation

Usage

1
smooth_sslCPP(ri, fi, fnew, wgt = NULL, bw = NULL, cdf_trans = TRUE, rsup)

Arguments

ri

label data correlation

fi

the labeled data

fnew

the new data to be predicted

wgt

optionnal weights (used for perturbations). Default is NULL in which case no weighting is performed.

bw

kernel bandwith. Default is NULL in which case the sd of the new data divided by the total number of observation to the power 0.3 is used.

cdf_trans

a logical flag indicating wether the smoothing should be performed on the data transformed with their cdf. Default is TRUE.

rsup

the supervised estimate of rhat

Details

Smoothing over the CDF transformed data preven_learns some tail estimation issues when the new data are subsequen_learnly large.

Value

a vector of length 3 containing:


stepcie/sslcov documentation built on May 30, 2019, 2:39 p.m.