scrogster / nimbleDistance

Functions to fit Bayesian distance sampling models using Nimble (https://github.com/nimble-dev/nimble). Inspired by the nimbleEcology package https://github.com/nimble-dev/nimbleEcology
GNU General Public License v3.0
5 stars 3 forks source link

nimbleDistance: functions for fitting distance sampling models in nimble

This repository provides some user-defined distributions that can be used to implement distance sampling models in nimble:

The package is at a very early stage of development. Suggestions for improvement and contributions of code are very welcome.

Installation:

devtools::install_github("scrogster/nimbleDistance", build_vignettes = TRUE, INSTALL_opts = "--no-multiarch")