rbchan / unmarked

R package for hierarchical models in ecological research
https://rbchan.github.io/unmarked/
36 stars 25 forks source link

Add C engine for occuRN #119

Closed kenkellner closed 5 years ago

kenkellner commented 5 years ago

Adds C++ engine for occuRN. It's about 2x faster than the R engine. I also added tests for occuRN (there didn't seem to be any). Finally, this should fix the NA bug noted in issue #77.

R script to benchmark the C++ engine: occuRN_C_example.txt