Arith: Arithmetic methods for FLQuant objects

Description Generic function Methods Author(s) See Also Examples

Description

The Arith group of methods, comprising addition, substraction, product, division, exponentiation, and integer division (+, -, *, /, ^, %% and %/%). These methods work exactly as in an object of class array, but always return an FLQuant object.

Generic function

Arith(e1,e2)

Methods

signature(e1=FLQuant,e2=FLQuant) :

Operations between two FLQuant objects

Author(s)

The FLR Team

See Also

Arithmetic, Arith

Examples

1
2
3
4
flq <- FLQuant(rnorm(10), dim=c(2,5))
fl2 <- FLQuant(2, dim=c(2,5))
flq*fl2
flq/fl2

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