kfTMB: Fit the analytical solution for the Kalman Filter Ricker...

View source: R/TMB_functions.r

kfTMBR Documentation

Fit the analytical solution for the Kalman Filter Ricker stock recruitment model

Description

Fit the analytical solution for the Kalman Filter Ricker stock recruitment model

Usage

kfTMB(data, silent = FALSE, control = TMBcontrol(), fullLL = FALSE)

Arguments

data

A list or data frame containing Spawners (S) and Recruits (R) time series. No NA allowed at this point in time

silent

Logical Silent or optimization details? default is FALSE

control

output from TMBcontrol() function, to be passed to nlminb()

fullLL

Logical, indicate if the version with full LL should be used, default = False


carrieholt/KF-funcs documentation built on July 26, 2022, 7:24 a.m.