mean {FLCore}R Documentation

Method mean

Description

Calculates the arithmetic mean. Can be used directly on an object or with apply etc.

Generic function

mean(x)

Methods

signature(x=FLPar) :
Returns the mean of x
signature(x=FLQuantPoint) :
Returns the mean of x

Author(s)

The FLR Team

See Also

median apply

Examples

flp <- FLPar(rnorm(80), params=c('a', 'b'), iter=1:40)
mean(flp)

[Package FLCore version 2.2 Index]