| getRiskFctBV-methods {ROptEst} | R 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- biasand- varianceto 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- biasand- varianceto 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)
[Package ROptEst version 1.3.3 Index]