Generate FAR(1) Data
generate_far1.Rd
Function to generate data according to FAR(1) process.
Arguments
- N
Numeric for the number of observations.
- resolution
Numeric for resolution of data or a vector specifying the observation points.
- sd
Numeric for standard deviation with Brownian motion.
- dependence
Numeric which indicates the dependence on the previous curve.
- drop_first
Booolean if first values should be dropped so the data varies at the first rather than starting at 0 (given that is the observed first point). Note this will affect the resolution observed.