statsmodels.robust.norms.RamsayE

class statsmodels.robust.norms.RamsayE(a=0.3)[source]

Ramsay’s Ea for M estimation.

Parameters:
afloat, optional

The tuning constant for Ramsay’s Ea function. The default value is 0.3.

Methods

__call__(z)

Returns the value of estimator rho applied to an input

Methods

max_rho()

psi(z)

The psi function for Ramsay's Ea estimator

psi_deriv(z)

The derivative of Ramsay's Ea psi function.

rho(z)

The robust criterion function for Ramsay's Ea.

weights(z)

Ramsay's Ea weighting function for the IRLS algorithm

Properties

continuous

redescending


Last update: Apr 12, 2024