raster1 {{0,1},{1,1}} raster2 {{1,1},{0,0}}
hi can you explain me how the Ordered Weighted Average method works given the above two rasters step-by-step? thanks
|
|
raster1 {{0,1},{1,1}} raster2 {{1,1},{0,0}} hi can you explain me how the Ordered Weighted Average method works given the above two rasters step-by-step? thanks |
||
|
|
|
|
The tricky part about the concept of OWA is the order of the input vector before the operation. Given a vector and a weighting vector:
Notice that, as all the weight vectors, the sum of the components must sum 1. Now, construct v1 ordering the components of v:
OK. Now, let's look at the theory of the OWA:
so in our example we will get something like this:
|
||
|
|