FitHRegTwoParameter {ptest} | R Documentation |
Given the frequency, f, we fit the regression
FitHRegTwoParameter(y, t = 1:length(y), f = 1/length(y))
y |
series |
t |
time points |
f |
known frequency |
Uses lm.
object of class "HReg" produced
A.I. McLeod
z<-SimulateHReg(10, f=2.5/10, 1, 2) FitHRegTwoParameter(z, f=2.5/10)