Skip to content

Commit

Permalink
Redox
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole-Monnahan-NOAA committed Jun 12, 2024
1 parent 48e3ec4 commit eb3809d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions R/sparse.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
#' @param obj The TMB object with random effects turned on and
#' optimized
#' @param iter Total iterations to run (warmup + sampling)
#' @param init Either 'last.par.best' (default) or 'random'. The
#' former starts from the joint mode and the latter draws from
#' a multivariate t distribution with df=1 centered at the mode
#' using the inverse joint precision matrix as a covariance
#' matrix. Note that StanEstimators only allows for the same
#' init vector for all chains currently. If a seed is specified
#' it will be set and thus the inits used will be reproducible.
#' @param warmup Total warmup iterations
#' @param chains Number of chains
#' @param cores Number of parallel cores to use
Expand Down
4 changes: 4 additions & 0 deletions man/pairs_admb.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion man/sample_sparse_tmb.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb3809d

Please sign in to comment.