sinTri: sinTri

Description Usage Arguments Value

Description

Simulate a sinusoidal trivariate relationship

Usage

1
sinTri(x1, x2, x3, p, amp)

Arguments

x1

A vector

x2

A vector

x3

A vector

p

The periodicity of the sin function

amp

The amplitude of the sin function

Value

amp*sin(p*x1*x2*x3)


benkeser/haltmle.sim documentation built on May 12, 2019, noon