tht: Andrews path function

View source: R/tht.R

thtR Documentation

Andrews path function

Description

Make an Andrews path function = c(1/sqrt(2), sin(t), cos(t), ... , sin(k*t), cos(k*t))

Usage

tht(p, t)

Arguments

p

The dimension.

t

The time point.

Value

p-vector of Andrews path function at time t

See Also

plotAnd, parallelAnd

Examples

# 5-vector of Andrews path at time 4
tht(5,4)

ikwak2/APCP documentation built on March 14, 2023, 7:14 p.m.