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
7 stars 3 forks source link

Update dHN.R #8

Closed christofferhohi closed 1 year ago

christofferhohi commented 1 year ago

Previous commit removed setting LL <- log(L) in the dHN-function.

scrogster commented 1 year ago

inadvertant bug introduced at last update with log() not applied as intended. Pull request from @christofferhohi merged into main