getRiskFctBV-methods | R Documentation |
getRiskFctBV for a given object of S4 class asGRisk
returns a function in bias and variance to compute the asymptotic
risk.
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
.
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
.
myrisk <- asMSE()
getRiskFctBV(myrisk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.