| mscale_derivative | R Documentation |
Compute the derivative (gradient) or the Hessian of the M-scale function
evaluated at the point x.
mscale_derivative(
x,
bdp = 0.25,
order = 1,
cc,
opts = mscale_algorithm_options()
)
x |
numeric values. Missing values are verbosely ignored. |
bdp |
desired breakdown point (between 0 and 0.5). |
order |
compute the gradient ( |
cc |
cutoff value for the bisquare rho function. By default, chosen to yield a consistent estimate for the Normal distribution. |
opts |
a list of options for the M-scale estimation algorithm,
see |
a vector of derivatives of the M-scale function, one per element in x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.