View source: R/07_IFE_robust_lambda.R
determine_robust_lambda | R Documentation |
Uses the "almost classical lambda" (=matrix where the mean of each row is equal to the classical lambda) to create a robust lambda by using M estimation.
determine_robust_lambda(
almost_classical_lambda,
fastoption = TRUE,
fastoption2 = FALSE
)
almost_classical_lambda |
matrix where the mean of each row is equal to the classical lambda |
fastoption |
Uses nlm() instead of optim(). This is faster. |
fastoption2 |
experimental parameter: can speed nlm() up (10%), but loses accuracy. May benefit from finetuning. |
M-estimator of location of the parameter, by minimizing sum of rho()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.