WH.vec.sum {HistDAWass} | R Documentation |
Method WH.vec.sum
Description
Compute a histogram that is the weighted sum of the set of histograms contained
in a MatH
object, i.e. a matrix of histograms, consistent with
a set of distributions equipped with a L2 wasserstein metric.
Usage
WH.vec.sum(object, ...)
## S4 method for signature 'MatH'
WH.vec.sum(object, w = numeric(0))
Arguments
object |
a |
... |
optional arguments |
w |
it is possible to add a vector of weights (positive numbers) having the same size of the |
Value
a distributionH
object, i.e. a histogram
Examples
hsum <- WH.vec.sum(BLOOD)
# generate a set of random weights
RN <- runif(get.MatH.nrows(BLOOD) * get.MatH.ncols(BLOOD))
hsum <- WH.vec.sum(BLOOD, w = RN)
### SUM of distributions ----
[Package HistDAWass version 1.0.8 Index]