Skip to content

Laplace approximation, quadrature and nested approximation methods for NIMBLE.

Notifications You must be signed in to change notification settings

nimble-dev/nimbleQuad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nimbleQuad

Build Status CRAN

Laplace approximation, quadrature and nested approximation methods for NIMBLE.

Please see the NIMBLE website and main NIMBLE repository for more information.

Package Requirements

nimbleQuad must be used with version 1.0.0 or higher of the nimble package, because it makes use of the automatic differentiation (AD) feature of nimble, which is currently available as a beta release.

For using the methods of nimbleQuad on a model, derivative calculations need to be built into for the model object. This is accomplished using the buildDerivs = TRUE argument in the call to nimbleModel as:

nimbleModel(code, constants, data, inits, buildDerivs = TRUE)

About

Laplace approximation, quadrature and nested approximation methods for NIMBLE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages