Description Usage Arguments Value References Examples
This implements Shoemaker and Hettmansperger's percentage bend estimate of location and scale. The underlying implementation is a fast C++ algorithm.
1 | pbLocScale(x, bend = 0.15, mu = TRUE)
|
x |
a vector |
bend |
a tuning parameter. defaults to 0.15. maximum allowed value is 0.50. |
mu |
whether or not the robust mean should also be returned. defaults to TRUE. |
a numeric vector or numeric value
Shoemaker, L. H., & Hettmansperger, T. P. (1982). Robust estimates and tests for the one- and two-sample scale models. Biometrika, 69:47–54
1 | pbLocScale(iris[,1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.