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 argumentsbias
andvariance
to compute the asymptotic absolute (L1) error for a given ALE at a situation where it has biasbias
(including the radius!) and variancevariance
.- getRiskFctBV
signature(risk = "asL4", biastype = "ANY")
: returns a function with argumentsbias
andvariance
to compute the asymptotic L4 error for a given ALE at a situation where it has biasbias
(including the radius!) and variancevariance
.
Examples
myrisk <- asMSE()
getRiskFctBV(myrisk)
[Package ROptEst version 1.3.3 Index]