mean: Method mean

Description Generic function Methods Author(s) See Also Examples

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

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

FLCore documentation built on May 2, 2019, 5:46 p.m.