50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


asymmetry.measures (version 0.2)

eta.w.tilde.bc: Asymmetry coefficient η~ using boundary correction

Description

Implements the asymmetry coefficient η~ of Patil, Patil and Bagkavos (2012).

Usage

eta.w.tilde.bc(xin, kfun)

Arguments

xin

A vector of data points - the available sample.

kfun

The kernel to use in the density estimate.

Value

Returns a scalar, the estimate of η~.

Details

Given a sample X1,X2,,Xn from a continuous density function f(x) and distribution function F(x), η~ is defined by η~=i=1nUiVi(n/2)U¯(n/12)(i=1nUi2nU2¯)

where Ui=f^(Xi),Vi=F(Xi),U¯=n1i=1nUi,V¯=n1i=1nVi.

eta.w.tilde.bc uses reflection to correct the boundary bias of kde.

References

Patil, P.N., Patil, P.P. and Bagkavos, D., (2012), A measure of asymmetry. Stat. Papers, 53, 971-985.

See Also

eta.w.hat.bc, eta.w.hat, eta.w.breve.bc, eta.w.breve,eta.w.tilde

Examples

Run this code
# NOT RUN {
eta.w.tilde.bc(GDP.Per.head.dist.1995,Epanechnikov)
0.3333485 #estimate of etatile.bc
  
# }

Run the code above in your browser using DataLab