fm.Init {Rfmtool} | R 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)
[Package Rfmtool version 5.0.4 Index]