costant
times away from the mean of the distribution in scale units and mass level
has a weight no bigger than weight
.
wle.smooth(weight=0.31,costant=3,level=0.2, dimension=1,raf="HD",interval=c(0.00001,0.5), tol=10^-6,max.iter=1000)
costant
scale units away from the mean of the distribution.raf="HD"
: Hellinger Distance RAF,
raf="NED"
: Negative Exponential Disparity RAF,
raf="SCHI2"
: Symmetric Chi-Squared Disparity RAF.
wle.smooth
returns an object of class
"wle.smooth"
.Only print method is implemented for this class.The object returned by wle.smooth
is a list with four components: root and f.root give the location of the root and the value of the function evaluated at that
point. iter and estim.prec give the number of iterations used and an approximate estimated precision for root.root
is the value of the bandwidth.wle.smooth
use uniroot
function to solve the non linear equation. No handling error is provided yet. For the Symmetric Chi-Squared Disparity RAF you should use weight=0.2
and interavl=c(0.1,1)
to have a solution.
Agostinelli, C., (1998) Inferenza statistica robusta basata sulla funzione di verosimiglianza pesata: alcuni sviluppi, Ph.D. thesis, Department of Statistics, University of Padova.
Markatou, M., Basu, A. and Lindsay, B.G. (1998) Weighted likelihood estimating equations with a bootstrap root search. Journal of the American Statistical Association, 93, 740-750.
Agostinelli, C., and Markatou, M., (2001) Test of hypotheses based on the Weighted Likelihood Methodology, Statistica Sinica, vol. 11, n. 2, 499-514.
uniroot, uniroot
: one dimensional root finding.