| E {FLCore} | R Documentation |
Calculates the expected value along the iteration dimension (Monte Carlo mean). This is currently approximated by the sample median.
E(object)
apply(object, 1:5, median, na.rm=TRUE).The FLR Team
flq <- rnorm(100, FLQuant(20, dim=c(2,10,1,1,1,1)), 15) E(flq)