TS_families: Time Series Families

TS_familiesR Documentation

Time Series Families

Description

This is a list of lists. The sublists contain the key details needed for a simple unified setup for all the implemented models, i.e. that the resulting samples will be presented in a standardised format. In addition, this setup ensures that all the arguments (both given and default values) will be properly recorded in the corresponding info-file.

Usage

TS_families

Format

A list of lists, the names at the top-level will be used as the available options for the TS_key-argument in the TS_sample-function. The sublist for a given TS_key contains the parts fun, package, args, size_name and method, as described below:

fun

The name of the desired function, as a character-string.

package

The name of the package that contains fun, as a character-string.

args

A list containing the default arguments to be used in fun. Reminder: In order for the package to compile, it might be necessary to quote the list if there are references to packages not imported into this package.

size_name

The name of the argument of fun that specifies the number of samples to be created.

method

A character string that has to be specified if fun needs to be "extracted" from some deeper level of package. Simply drop this part when it is superfluous.


LAJordanger/localgaussSpec documentation built on May 6, 2023, 4:31 a.m.