TMBTSA | R Documentation |
Utilizes TMB, which is a C++ interface for automatic differentiation that implements Laplace's method, to estimate a time series model
TMBTSA(TSM, date, biasid)
TSM |
The time series matrix, with dimensions (x/lon,y/lat,timesteps) |
date |
The time axis in the time series (i.e., dates, seconds, intervals) |
biasid |
A struct with the same dimensions as TSM, with integers indicating the bias: 0 for the restrained time series and 1 for the bias. If no bias is present, biasid contains only zeros. |
RW model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.