R/RcppExports.R

Defines functions estimateSigmaMSE estimateSigma estimateRiskCurves estimateRiskCurve estimateRisk modifiedBetaKernelSmoothingCurve betaKernelSmoothingCurve biweightKernelSmoothingCurve uniKernelSmoothingCurve epaKernelSmoothingCurve

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

epaKernelSmoothingCurve <- function(U, T, Y, b, n_obs_min) {
    .Call('_denoisr_epaKernelSmoothingCurve', PACKAGE = 'denoisr', U, T, Y, b, n_obs_min)
}

uniKernelSmoothingCurve <- function(U, T, Y, b, n_obs_min) {
    .Call('_denoisr_uniKernelSmoothingCurve', PACKAGE = 'denoisr', U, T, Y, b, n_obs_min)
}

biweightKernelSmoothingCurve <- function(U, T, Y, b, n_obs_min) {
    .Call('_denoisr_biweightKernelSmoothingCurve', PACKAGE = 'denoisr', U, T, Y, b, n_obs_min)
}

betaKernelSmoothingCurve <- function(U, T, Y, b) {
    .Call('_denoisr_betaKernelSmoothingCurve', PACKAGE = 'denoisr', U, T, Y, b)
}

modifiedBetaKernelSmoothingCurve <- function(U, T, Y, b) {
    .Call('_denoisr_modifiedBetaKernelSmoothingCurve', PACKAGE = 'denoisr', U, T, Y, b)
}

estimateRisk <- function(curves, curves_estim, t0) {
    .Call('_denoisr_estimateRisk', PACKAGE = 'denoisr', curves, curves_estim, t0)
}

estimateRiskCurve <- function(curve, curve_estim) {
    .Call('_denoisr_estimateRiskCurve', PACKAGE = 'denoisr', curve, curve_estim)
}

estimateRiskCurves <- function(curves, curves_estim) {
    .Call('_denoisr_estimateRiskCurves', PACKAGE = 'denoisr', curves, curves_estim)
}

estimateSigma <- function(curves) {
    .Call('_denoisr_estimateSigma', PACKAGE = 'denoisr', curves)
}

estimateSigmaMSE <- function(curves, curves_estim) {
    .Call('_denoisr_estimateSigmaMSE', PACKAGE = 'denoisr', curves, curves_estim)
}
StevenGolovkine/SmoothCurves documentation built on Nov. 14, 2021, 1:12 p.m.