sinQuad: sinQuad

Description Usage Arguments Value

Description

Simulate a sinusoidal trivariate relationship

Usage

1
sinQuad(x1, x2, x3, x4, p, amp)

Arguments

x1

A vector

x2

A vector

x3

A vector

x4

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