SR: Sequential reduction configuration

View source: R/TMB.R

SRR Documentation

Sequential reduction configuration

Description

Helper function to specify an integration grid used by the sequential reduction algorithm available through the argument integrate to MakeADFun.

Usage

SR(x, discrete = FALSE)

Arguments

x

Breaks defining the domain of integration

discrete

Boolean defining integration wrt Lebesgue measure (discrete=FALSE) or counting measure discrete=TRUE.


TMB documentation built on Aug. 11, 2023, 5:08 p.m.

Related to SR in TMB...