fm.Init: Initialisation function

View source: R/Rfmtool.r

fm.InitR Documentation

Initialisation function

Description

This function initialises the internal structures which makes computations faster. The structures are saved in the output environment variable, which should be subsequently passed to other functions. Several environment variables (for different dimensions) can be initialised at the same time.

Usage

fm.Init(n1)

Arguments

n1

The number of variables.

Value

output

The ouput is the enviromnet variable containing the internal structures.

Author(s)

Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University

Examples

env<-fm.Init(3)


Rfmtool documentation built on Feb. 16, 2023, 9:21 p.m.

Related to fm.Init in Rfmtool...