Learn R Programming

pRSR (version 3.1.1)

SimulateHReg: 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

Details

This will simulate harmonic hegression

See Also

FitHReg

Examples

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

Run the code above in your browser using DataLab