View source: R/tef_penalizedErr.R
tef_penalizedErr | R Documentation |
TEfit
internal.
Formally, 'pErr=Err/dbeta(par,dbeta_penalty,dbeta_penalty)' when Err is positive, where
par is the (often rate) parameter normalized between 0 [lower bound] and 1 [upper bound]
tef_penalizedErr(boundedPar, errPar, loBound, upBound, dbeta_penalty = 1.001)
boundedPar |
Value of the parameter that has bounds. |
errPar |
Value of the error to be penalized. |
loBound |
Lower parameter boundary. |
upBound |
Upper parameter boundary. |
dbeta_penalty |
The multiplicative error penalty at approximately 5.3 percent away from the boundary. Error increases with increasing proximity to a bound. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.