*.funts {Rfssa}R Documentation

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 class 'funts'
obj1 * obj2

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.

Value

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

See Also

funts


[Package Rfssa version 3.1.0 Index]