| consistency_const | R Documentation |
Returns the tuning constants required to achieve the desired breakdown point or efficiency under the Normal model.
consistency_const(delta, rho, eps = sqrt(.Machine$double.eps))
efficiency_const(eff, rho, eps = sqrt(.Machine$double.eps))
delta |
desired breakdown point (between 0 and 0.5) |
rho |
the name of the chosen |
eps |
numerical tolerance level for equality comparisons |
eff |
desired asymptotic efficiency (between 0.1 and 0.99). |
consistency constant
Other Robustness control options:
mscale_algorithm_options(),
rho_function()
Other Robustness control options:
mscale_algorithm_options(),
rho_function()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.