getRiskFctBV-methods: Methods for Function getRiskFctBV in Package 'ROptEst'

getRiskFctBV-methodsR Documentation

Methods for Function getRiskFctBV in Package ‘ROptEst’

Description

getRiskFctBV for a given object of S4 class asGRisk returns a function in bias and variance to compute the asymptotic risk.

Methods

getRiskFctBV

signature(risk = "asL1", biastype = "ANY"): returns a function with arguments bias and variance to compute the asymptotic absolute (L1) error for a given ALE at a situation where it has bias bias (including the radius!) and variance variance.

getRiskFctBV

signature(risk = "asL4", biastype = "ANY"): returns a function with arguments bias and variance to compute the asymptotic L4 error for a given ALE at a situation where it has bias bias (including the radius!) and variance variance.

Examples

myrisk <- asMSE()
getRiskFctBV(myrisk)

ROptEst documentation built on Nov. 17, 2022, 1:06 a.m.