smooth_ssl: Computes a smoothed projection

Description Usage Arguments Details Value

Description

Smoothing predictor using Gaussian kernel

Usage

1
smooth_ssl(ri, fi, fnew, wgti = NULL, bw = NULL, cdf_trans = TRUE, rsup)

Arguments

ri

label data correlation

fi

the labeled data

fnew

the new data to be predicted

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

wgt

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

Details

Smoothing over the CDF transformed data prevents some tail estimation issues when the new data are subsequently large.

Value

a vector of length 3 containing:


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