Learn R Programming

Rfssa (version 3.1.0)

*.funts: Scalar Multiplication of Functional Time Series (funts)

Description

Perform scalar multiplication of a Functional Time Series (funts) object by either another funts object or a scalar value.

Usage

# S3 method for funts
*(obj1, obj2)

Value

An object of class funts representing the result of scalar multiplication.

Arguments

obj1

an object of class funts or a scalar value.

obj2

an object of class funts or a scalar value.

Details

This function allows element-wise multiplication of a Functional Time Series (funts) object by another funts object or scalar value.

See Also

funts