SimulateHReg {ptest}R Documentation

Simulate Harmonic Regression

Description

Simulates a harmonic regression. Possible error distributions are normal, t(5), t(5,6), AR1.

Usage

SimulateHReg(n, f, A, B, simPlot = FALSE, Dist = "n", phi = 0.3)

Arguments

n length of series
f frequency
A cosine amplitude
B sine amplitude
simPlot plot simulated series
Dist one of "n" for normal, "t" for t(5), "s" skewed t(5,6), "a" autocorrelated AR1 with parameter phi
phi only used if AR1 error distribution is selected

Value

vector of length n, simulated harmonic series

Author(s)

A.I. McLeod

See Also

FitHReg

Examples

z<-SimulateHReg(10, f=2.5/10, 1, 2)
FitHReg(z)

[Package ptest version 1.01 Index]