Skip to content

Commit c97b74c

Browse files
authored
Create COMP_brms.md
1 parent 3c2d109 commit c97b74c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ProgrammingProjects/COMP_brms.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Principled and efficient truncation of the Conway-Maxwell Poisson distribution in brms
2+
3+
In this project you will take the (Stan) implementations of the techniques in [this](https://arxiv.org/abs/1308.2045) paper, which are [here](https://github.com/GuidoAMoreira/stan_summer) and port them to [brms](https://github.com/paul-buerkner/brms).
4+
In particular, you will improve the implementation of the [Conway-Maxwell Poisson](https://en.wikipedia.org/wiki/Conway%E2%80%93Maxwell%E2%80%93Poisson_distribution) pmf in [here](https://github.com/paul-buerkner/brms/blob/master/inst/chunks/fun_com_poisson.stan) by adding adaptive truncation.
5+
You will have to run correctness tests as well as ensure that the implementation is stable enough to be used in general regression problems.

0 commit comments

Comments
 (0)