huber_estimate | R Documentation |
Iteratively computes M-estimates for location and scale. These are robust estimates of the mean and standard deviation of the data.
huber_estimate(x, k = 1.28, tol = 1e-04)
x |
Vector of numeric values for which the location and scale should be estimated. |
k |
Numeric value > 0 that the determines the value beyond which the signal is winsorized. |
tol |
Tolerance for the iterative procedure. |
list with location estimate "mu"
and scale estimate "sigma"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.