Create a latent time series based on a supplied time series model.
gen_lts_cpp(N, theta, desc, objdesc)
A mat
containing data for each decomposed and combined time series.
An interger
containing the amount of observations for the time series.
A vec
containing the parameters to use to generate the model.
A vector<string>
containing the different model types (AR1, WN, etc..).
A field<vec>
containing the different model objects e.g. AR1 = c(1,1)