eta.w.tilde {asymmetry.measures} | R Documentation |
Asymmetry coefficient
Description
Implements the asymmetry coefficient of Patil, Patil and Bagkavos (2012).
Usage
eta.w.tilde(xin, kfun)
Arguments
xin |
A vector of data points - the available sample. |
kfun |
The kernel to use in the density estimate. |
Details
Given a sample from a continuous density function
and distribution function
.
is defined by
where
Value
Returns a scalar, the estimate of .
Author(s)
Dimitrios Bagkavos and Lucia Gamez Gallardo
R implementation and documentation: Dimitrios Bagkavos <dimitrios.bagkavos@gmail.com> , Lucia Gamez Gallardo <gamezgallardolucia@gmail.com>
References
See Also
eta.w.hat.bc, eta.w.hat, eta.w.breve.bc, eta.w.breve,eta.w.tilde.bc
Examples
eta.w.tilde(GDP.Per.head.dist.1995,Epanechnikov)
0.3333485 #estimate of etatile
[Package asymmetry.measures version 0.2 Index]