TMBTSA: Template Model Builder Time Series Analysis

View source: R/TMBTSA.R

TMBTSAR Documentation

Template Model Builder Time Series Analysis

Description

Utilizes TMB, which is a C++ interface for automatic differentiation that implements Laplace's method, to estimate a time series model

Usage

TMBTSA(TSM, date, biasid)

Arguments

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.

Value

RW model


MathiasVendt/TSAIB documentation built on May 4, 2022, 11:34 p.m.