index_w {agop} | R Documentation |
Woeginger's w-index
Description
Given a sequence of non-negative numbers
,
where
for
,
the
-index (Woeginger, 2008) for
is defined as
Usage
index_w(x)
Arguments
x |
a non-negative numeric vector |
Details
If a non-increasingly sorted vector is given, the function has O(n) run-time.
See index_rp
for a natural generalization.
Value
a single numeric value
References
Woeginger G. J., An axiomatic characterization of the Hirsch-index. Mathematical Social Sciences 56(2), 2008, pp. 224-232.
See Also
Other impact_functions:
index_g()
,
index_h()
,
index_lp()
,
index_maxprod()
,
index_rp()
,
pord_weakdom()
[Package agop version 0.2.4 Index]