define_rho_parameters {RCTS}R Documentation

Determines parameters of rho-function.

Description

Robust updating of group membership is based on a rho function (instead of the non-robust quadratic function) on the norm of the errors. This requires parameters of location and scale. They are defined here (currently as median and madn). This function is applied on the estimated errors: Y - XB - FL - FgLg. This function is used in update_g().

Usage

define_rho_parameters(object = NULL)

Arguments

object

input

Value

list


[Package RCTS version 0.2.4 Index]