TS_key_dmt_bivariate: "Local trigonometric" bivariate samples based on...

View source: R/TS_key_dmt_bivariate.R

TS_key_dmt_bivariateR Documentation

"Local trigonometric" bivariate samples based on cosine-functions

Description

The TS_key_dmt_bivariate-function is based on a a simple wrapper of the TS_key_dmt-function, which enables a bivariate "local trigonometric" example to be generated. The basic idea is that two components are computed in succession by the help of TS_key_dmt, and that the arguments of the second component only differs by a phase-adjustment of the theta-argument.

Usage

TS_key_dmt_bivariate(n, first_dmt, phase_adjustment = 0)

Arguments

n

The number of samples to create.

first_dmt

A list with all the arguments for the TS_key_dmt-function.

phase_adjustment

The numerical value(s) given here will be added to the theta-value(s) in the first_dmt-value. A single number will imply that all the cosine-functions will have the same phase-adjustment, whereas different numbers for each theta-value in first_dmt will give individual phase-adjustments.

Value

A bivariate "local trigonometric" sample is returned.

Note

This internal function has been added to the TS_families-list, and its arguments should thus be given to TS_sample, which will send them to this function by the internal helper-function TS_sample_helper.


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