powered by
Function for computing the ordered weigted averages
wowa.OWA(n, x, w)
Dimension of the vector x
The vector of inputs
The OWA weights
The value of the ordered weighted average.
[1]G. Beliakov, H. Bustince, and T. Calvo. A Practical Guide to Averaging Functions. Springer, Berlin, Heidelberg, 2016.
# NOT RUN { n <- 4 wowa.OWA(n, c(0.3,0.4,0.8,0.2), c(0.4,0.35,0.2,0.05)) # }
Run the code above in your browser using DataLab