E {FLCore}R Documentation

Method E

Description

Calculates the expected value along the iteration dimension (Monte Carlo mean). This is currently approximated by the sample median.

Generic function

E(object)

Methods

signature(object=FLQuant) :
Returns the median along the iter dimension, as in apply(object, 1:5, median, na.rm=TRUE).

Author(s)

The FLR Team

See Also

FLComp

Examples

flq <- rnorm(100, FLQuant(20, dim=c(2,10,1,1,1,1)), 15)
E(flq)

[Package FLCore version 2.2 Index]